Html Css Color HEX #C06E18 Ochre

📋 copy color: '#C06E18'

red 192 ◦ green 110 ◦ blue 24

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

Shades of Ochre #C06E18

Tints of Ochre #C06E18

RGB

 RED value IS 192 (75.39% from 255) = 58.9%

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 24 (9.77% from 255) = 7.36%

R = 58.9%
G = 33.74%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C06E18 (or 0xC06E18) is known color: Ochre. HEX triplet: C0, 6E and 18. RGB value is (192,110,24). Sum of RGB (Red+Green+Blue) = 192+110+24=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E18 is #3F91E7. Grayscale: #7D7D7D. Windows color (decimal): -4166120 or 1601216. OLE color: 1601216.

HSL color Cylindrical-coordinate representation of color #C06E18: hue angle of 30.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C06E18 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 24 -
CMYK 0 0.43 0.88 0.25
HSL 30.71º 0.78% 0.42% -
HSV(B) 30.71º 0.88% 0.75% -
XYZ 27.48 22.42 3.74 -
YUV 124.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 192 110 24 0 0.43 0.88 0.25 30.71 0.78 0.42
Hex C0 6E 18 0 2B 58 19 1F 4E 2A
Octal 300 156 30 0 53 130 31 37 116 52
Binary 11000000 1101110 11000 0 101011 1011000 11001 11111 1001110 101010

Color Harmonies of #C06E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E18

Black with #C06E18

Text Example


Text Example

White with #C06E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E18; }

 p { color: rgb(192,110,24); }

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

background-color css

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

 a { background-color: rgb(192,110,24); }

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

border-color css

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

 span { border-color: rgb(192,110,24); }

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