Html Css Color HEX #C06B17 Ochre

📋 copy color: '#C06B17'

red 192 ◦ green 107 ◦ blue 23

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

Shades of Ochre #C06B17

Tints of Ochre #C06B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.14%

R = 59.63%
G = 33.23%
B = 7.14%

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

#C06B17 (or 0xC06B17) is known color: Ochre. HEX triplet: C0, 6B and 17. RGB value is (192,107,23). Sum of RGB (Red+Green+Blue) = 192+107+23=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B17 is #3F94E8. Grayscale: #7B7B7B. Windows color (decimal): -4166889 or 1534912. OLE color: 1534912.

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

Color convert

RGB 192 107 23 -
CMYK 0 0.44 0.88 0.25
HSL 29.82º 0.79% 0.42% -
HSV(B) 29.82º 0.88% 0.75% -
XYZ 27.15 21.78 3.58 -
YUV 122.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 192 107 23 0 0.44 0.88 0.25 29.82 0.79 0.42
Hex C0 6B 17 0 2C 58 19 1E 4F 2A
Octal 300 153 27 0 54 130 31 36 117 52
Binary 11000000 1101011 10111 0 101100 1011000 11001 11110 1001111 101010

Color Harmonies of #C06B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B17

Black with #C06B17

Text Example


Text Example

White with #C06B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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