#C67F5E

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

Shades of Burning Sand #C67F5E

Tints of Burning Sand #C67F5E

Color information

#C67F5E (or 0xC67F5E) is unknown color: approx Burning Sand. HEX triplet: C6, 7F and 5E. RGB value is (198,127,94). Sum of RGB (Red+Green+Blue) = 198+127+94=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F5E is #3980A1. Grayscale: #909090. Windows color (decimal): -3768482 or 6193094. OLE color: 6193094.

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

Color convert

RGB19812794-
CMYK00.360.530.22
HSL19.04º47.71%57.25%-
HSV(B)19.04º52.53%77.65%-
XYZ32.927.9914.26-
YUV144.4799.52166.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=47.26%
G=30.31%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981279400.360.530.2219.0447.7157.25
HexC67F5E0243516133039
Octal3061771360446526236071
Binary110001101111111101111001001001101011011010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67F5E; }

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

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

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

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

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

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

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

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