#C6876D

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

Shades of Burning Sand #C6876D

Tints of Burning Sand #C6876D

Color information

#C6876D (or 0xC6876D) is unknown color: approx Burning Sand. HEX triplet: C6, 87 and 6D. RGB value is (198,135,109). Sum of RGB (Red+Green+Blue) = 198+135+109=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6876D is #397892. Grayscale: #979797. Windows color (decimal): -3766419 or 7178182. OLE color: 7178182.

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

Color convert

RGB198135109-
CMYK00.320.450.22
HSL17.53º43.84%60.2%-
HSV(B)17.53º44.95%77.65%-
XYZ34.7130.4418.51-
YUV150.87104.37161.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.80%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 109 (42.97% from 255) = 24.66%
R=44.80%
G=30.54%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813510900.320.450.2217.5343.8460.2
HexC6876D0202D16122c3c
Octal3062071550405526225474
Binary1100011010000111110110101000001011011011010010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6876D; }

 p { color: rgb(198,135,109); }

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

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

 a { background-color: rgb(198,135,109); }

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

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

 span { border-color: rgb(198,135,109); }

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