#C6835F

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

Shades of Burning Sand #C6835F

Tints of Burning Sand #C6835F

Color information

#C6835F (or 0xC6835F) is unknown color: approx Burning Sand. HEX triplet: C6, 83 and 5F. RGB value is (198,131,95). Sum of RGB (Red+Green+Blue) = 198+131+95=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6835F is #397CA0. Grayscale: #939393. Windows color (decimal): -3767457 or 6259654. OLE color: 6259654.

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

Color convert

RGB19813195-
CMYK00.340.520.22
HSL20.97º47.47%57.45%-
HSV(B)20.97º52.02%77.65%-
XYZ33.4729.0614.67-
YUV146.9398.7164.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=46.70%
G=30.90%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981319500.340.520.2220.9747.4757.45
HexC6835F0223416152f39
Octal3062031370426426255771
Binary1100011010000011101111101000101101001011010101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6835F; }

 p { color: rgb(198,131,95); }

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

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

 a { background-color: rgb(198,131,95); }

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

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

 span { border-color: rgb(198,131,95); }

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