#C68467

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

Shades of Burning Sand #C68467

Tints of Burning Sand #C68467

Color information

#C68467 (or 0xC68467) is unknown color: approx Burning Sand. HEX triplet: C6, 84 and 67. RGB value is (198,132,103). Sum of RGB (Red+Green+Blue) = 198+132+103=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C68467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68467 is #397B98. Grayscale: #949494. Windows color (decimal): -3767193 or 6784198. OLE color: 6784198.

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

Color convert

RGB198132103-
CMYK00.330.480.22
HSL18.32º45.45%59.02%-
HSV(B)18.32º47.98%77.65%-
XYZ33.9929.4916.73-
YUV148.43102.37163.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 132 (51.95% from 255) = 30.48%
BLUE value IS 103 (40.62% from 255) = 23.79%
R=45.73%
G=30.48%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813210300.330.480.2218.3245.4559.02
HexC684670213016122d3b
Octal3062041470416026225573
Binary1100011010000100110011101000011100001011010010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68467; }

 p { color: rgb(198,132,103); }

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

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

 a { background-color: rgb(198,132,103); }

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

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

 span { border-color: rgb(198,132,103); }

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