#CC8661

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

Shades of Burning Sand #CC8661

Tints of Burning Sand #CC8661

Color information

#CC8661 (or 0xCC8661) is unknown color: approx Burning Sand. HEX triplet: CC, 86 and 61. RGB value is (204,134,97). Sum of RGB (Red+Green+Blue) = 204+134+97=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8661 is #33799E. Grayscale: #969696. Windows color (decimal): -3373471 or 6391500. OLE color: 6391500.

HSL color Cylindrical-coordinate representation of color #CC8661: hue angle of 20.75º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC8661 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB20413497-
CMYK00.340.520.2
HSL20.75º51.2%59.02%-
HSV(B)20.75º52.45%80%-
XYZ35.5830.7515.37-
YUV150.7197.69166.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=46.90%
G=30.80%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041349700.340.520.220.7551.259.02
HexCC8661022341415333b
Octal3142061410426424256373
Binary1100110010000110110000101000101101001010010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8661; }

 p { color: rgb(204,134,97); }

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

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

 a { background-color: rgb(204,134,97); }

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

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

 span { border-color: rgb(204,134,97); }

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