#CC864D

Color #CC864D Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CC864D

Tints of Raw Sienna #CC864D

Color information

#CC864D (or 0xCC864D) is unknown color: approx Raw Sienna. HEX triplet: CC, 86 and 4D. RGB value is (204,134,77). Sum of RGB (Red+Green+Blue) = 204+134+77=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC864D is #3379B2. Grayscale: #949494. Windows color (decimal): -3373491 or 5080780. OLE color: 5080780.

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

Color convert

RGB20413477-
CMYK00.340.620.2
HSL26.93º55.46%55.1%-
HSV(B)26.93º62.25%80%-
XYZ34.7730.4211.06-
YUV148.4387.69167.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 77 (30.47% from 255) = 18.55%
R=49.16%
G=32.29%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041347700.340.620.226.9355.4655.1
HexCC864D0223E141b3737
Octal3142061150427624336767
Binary1100110010000110100110101000101111101010011011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC864D; }

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

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

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

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

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

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

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

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