Html Css Color HEX #C06C16 Ochre

📋 copy color: '#C06C16'

red 192 ◦ green 108 ◦ blue 22

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

Shades of Ochre #C06C16

Tints of Ochre #C06C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

 BLUE value IS 22 (8.98% from 255) = 6.83%

R = 59.63%
G = 33.54%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C06C16 (or 0xC06C16) is known color: Ochre. HEX triplet: C0, 6C and 16. RGB value is (192,108,22). Sum of RGB (Red+Green+Blue) = 192+108+22=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C16 is #3F93E9. Grayscale: #7B7B7B. Windows color (decimal): -4166634 or 1469632. OLE color: 1469632.

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

Color convert

RGB 192 108 22 -
CMYK 0 0.44 0.89 0.25
HSL 30.35º 0.79% 0.42% -
HSV(B) 30.35º 0.89% 0.75% -
XYZ 27.25 21.99 3.57 -
YUV 123.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 192 108 22 0 0.44 0.89 0.25 30.35 0.79 0.42
Hex C0 6C 16 0 2C 59 19 1E 4F 2A
Octal 300 154 26 0 54 131 31 36 117 52
Binary 11000000 1101100 10110 0 101100 1011001 11001 11110 1001111 101010

Color Harmonies of #C06C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C16

Black with #C06C16

Text Example


Text Example

White with #C06C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C16; }

 p { color: rgb(192,108,22); }

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

background-color css

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

 a { background-color: rgb(192,108,22); }

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

border-color css

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

 span { border-color: rgb(192,108,22); }

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