#C68669

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

Shades of Burning Sand #C68669

Tints of Burning Sand #C68669

Color information

#C68669 (or 0xC68669) is unknown color: approx Burning Sand. HEX triplet: C6, 86 and 69. RGB value is (198,134,105). Sum of RGB (Red+Green+Blue) = 198+134+105=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C68669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68669 is #397996. Grayscale: #969696. Windows color (decimal): -3766679 or 6915782. OLE color: 6915782.

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

Color convert

RGB198134105-
CMYK00.320.470.22
HSL18.71º44.93%59.41%-
HSV(B)18.71º46.97%77.65%-
XYZ34.3630.0817.36-
YUV149.83102.7162.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=45.31%
G=30.66%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813410500.320.470.2218.7144.9359.41
HexC686690202F16132d3b
Octal3062061510405726235573
Binary1100011010000110110100101000001011111011010011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68669; }

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

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

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

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

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

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

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

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