#C67F6E

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

Shades of Burning Sand #C67F6E

Tints of Burning Sand #C67F6E

Color information

#C67F6E (or 0xC67F6E) is unknown color: approx Burning Sand. HEX triplet: C6, 7F and 6E. RGB value is (198,127,110). Sum of RGB (Red+Green+Blue) = 198+127+110=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F6E is #398091. Grayscale: #929292. Windows color (decimal): -3768466 or 7241670. OLE color: 7241670.

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

Color convert

RGB198127110-
CMYK00.360.440.22
HSL11.59º43.56%60.39%-
HSV(B)11.59º44.44%77.65%-
XYZ33.6928.3118.44-
YUV146.29107.52164.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=45.52%
G=29.20%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812711000.360.440.2211.5943.5660.39
HexC67F6E0242C16c2c3c
Octal3061771560445426145474
Binary11000110111111111011100100100101100101101100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67F6E; }

 p { color: rgb(198,127,110); }

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

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

 a { background-color: rgb(198,127,110); }

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

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

 span { border-color: rgb(198,127,110); }

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