Html Css Color HEX #C06B18 Ochre

📋 copy color: '#C06B18'

red 192 ◦ green 107 ◦ blue 24

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

Shades of Ochre #C06B18

Tints of Ochre #C06B18

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.13%

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

R = 59.44%
G = 33.13%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C06B18 (or 0xC06B18) is known color: Ochre. HEX triplet: C0, 6B and 18. RGB value is (192,107,24). Sum of RGB (Red+Green+Blue) = 192+107+24=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B18 is #3F94E7. Grayscale: #7B7B7B. Windows color (decimal): -4166888 or 1600448. OLE color: 1600448.

HSL color Cylindrical-coordinate representation of color #C06B18: hue angle of 29.64º 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 #C06B18 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 24 -
CMYK 0 0.44 0.88 0.25
HSL 29.64º 0.78% 0.42% -
HSV(B) 29.64º 0.88% 0.75% -
XYZ 27.16 21.79 3.64 -
YUV 122.95 72.16 177.25 -
System Red Green Blue C M Y K H S L
Decimal 192 107 24 0 0.44 0.88 0.25 29.64 0.78 0.42
Hex C0 6B 18 0 2C 58 19 1E 4E 2A
Octal 300 153 30 0 54 130 31 36 116 52
Binary 11000000 1101011 11000 0 101100 1011000 11001 11110 1001110 101010

Color Harmonies of #C06B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B18

Black with #C06B18

Text Example


Text Example

White with #C06B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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