#C6865B

Color #C6865B Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C6865B

Tints of Burning Sand #C6865B

Color information

#C6865B (or 0xC6865B) is unknown color: approx Burning Sand. HEX triplet: C6, 86 and 5B. RGB value is (198,134,91). Sum of RGB (Red+Green+Blue) = 198+134+91=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6865B is #3979A4. Grayscale: #949494. Windows color (decimal): -3766693 or 5998278. OLE color: 5998278.

HSL color Cylindrical-coordinate representation of color #C6865B: hue angle of 24.11º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6865B is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19813491-
CMYK00.320.540.22
HSL24.11º48.42%56.67%-
HSV(B)24.11º54.04%77.65%-
XYZ33.729.8113.88-
YUV148.2395.7163.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=46.81%
G=31.68%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981349100.320.540.2224.1148.4256.67
HexC6865B0203616183039
Octal3062061330406626306071
Binary1100011010000110101101101000001101101011011000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6865B; }

 p { color: rgb(198,134,91); }

 H1.HeaderClassName
 {
   color: #C6865B;
 }
 .AnyTagClassName
 {
   color: #C6865B;
 }
</style>
background-color css

<style>
 a { background-color: #C6865B; }

 a { background-color: rgb(198,134,91); }

 div.DivClassName
 {
   background-color: #C6865B;
 }
 .BgClassName
 {
   background-color: #C6865B;
 }
</style>
border-color css

<style>
 span { border-color: #C6865B; }

 span { border-color: rgb(198,134,91); }

 td.TdClassName
 {
   border-color: #C6865B;
 }
 .TagClassName
 {
   border-color: #C6865B;
 }
</style>