Html Css Color HEX #CC861E Ochre

📋 copy color: '#CC861E'

red 204 ◦ green 134 ◦ blue 30

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

Shades of Ochre #CC861E

Tints of Ochre #CC861E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 55.43%
G = 36.41%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC861E (or 0xCC861E) is known color: Ochre. HEX triplet: CC, 86 and 1E. RGB value is (204,134,30). Sum of RGB (Red+Green+Blue) = 204+134+30=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC861E is #3379E1. Grayscale: #8F8F8F. Windows color (decimal): -3373538 or 2000588. OLE color: 2000588.

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

Color convert

RGB 204 134 30 -
CMYK 0 0.34 0.85 0.2
HSL 35.86º 0.74% 0.46% -
HSV(B) 35.86º 0.85% 0.8% -
XYZ 33.66 29.98 5.24 -
YUV 143.07 64.19 171.46 -
System Red Green Blue C M Y K H S L
Decimal 204 134 30 0 0.34 0.85 0.2 35.86 0.74 0.46
Hex CC 86 1E 0 22 55 14 24 4A 2E
Octal 314 206 36 0 42 125 24 44 112 56
Binary 11001100 10000110 11110 0 100010 1010101 10100 100100 1001010 101110

Color Harmonies of #CC861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC861E

Black with #CC861E

Text Example


Text Example

White with #CC861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC861E; }

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

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

background-color css

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

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

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

border-color css

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

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

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