#CC6E28

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

Shades of Ochre #CC6E28

Tints of Ochre #CC6E28

Color information

#CC6E28 (or 0xCC6E28) is unknown color: approx Ochre. HEX triplet: CC, 6E and 28. RGB value is (204,110,40). Sum of RGB (Red+Green+Blue) = 204+110+40=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6E28 is #3391D7. Grayscale: #828282. Windows color (decimal): -3379672 or 2649804. OLE color: 2649804.

HSL color Cylindrical-coordinate representation of color #CC6E28: hue angle of 25.61º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC6E28 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20411040-
CMYK00.460.800.2
HSL25.61º67.21%47.84%-
HSV(B)25.61º80.39%80%-
XYZ30.8624.145.04-
YUV130.1377.14180.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 40 (16.02% from 255) = 11.30%
R=57.63%
G=31.07%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041104000.460.800.225.6167.2147.84
HexCC6E2802E50141a4330
Octal31415650056120243210360
Binary1100110011011101010000101110101000010100110101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E28; }

 p { color: rgb(204,110,40); }

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

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

 a { background-color: rgb(204,110,40); }

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

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

 span { border-color: rgb(204,110,40); }

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