Html Css Color HEX #CC861C Ochre

📋 copy color: '#CC861C'

red 204 ◦ green 134 ◦ blue 28

#CC861C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CC861C

Tints of Ochre #CC861C

RGB

 RED value IS 204 (80.08% from 255) = 55.74%

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 55.74%
G = 36.61%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC861C (or 0xCC861C) is known color: Ochre. HEX triplet: CC, 86 and 1C. RGB value is (204,134,28). Sum of RGB (Red+Green+Blue) = 204+134+28=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC861C is #3379E3. Grayscale: #8F8F8F. Windows color (decimal): -3373540 or 1869516. OLE color: 1869516.

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

Color convert

RGB 204 134 28 -
CMYK 0 0.34 0.86 0.2
HSL 36.14º 0.76% 0.45% -
HSV(B) 36.14º 0.86% 0.8% -
XYZ 33.64 29.97 5.11 -
YUV 142.85 63.19 171.62 -
System Red Green Blue C M Y K H S L
Decimal 204 134 28 0 0.34 0.86 0.2 36.14 0.76 0.45
Hex CC 86 1C 0 22 56 14 24 4C 2D
Octal 314 206 34 0 42 126 24 44 114 55
Binary 11001100 10000110 11100 0 100010 1010110 10100 100100 1001100 101101

Color Harmonies of #CC861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC861C

Black with #CC861C

Text Example


Text Example

White with #CC861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC861C; }

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

 H1.HeaderClassName
 {
   color: #CC861C;
 }
 .AnyTagClassName
 {
   color: #CC861C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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