Html Css Color HEX #C06D17 Ochre

📋 copy color: '#C06D17'

red 192 ◦ green 109 ◦ blue 23

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

Shades of Ochre #C06D17

Tints of Ochre #C06D17

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

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

R = 59.26%
G = 33.64%
B = 7.1%

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

#C06D17 (or 0xC06D17) is known color: Ochre. HEX triplet: C0, 6D and 17. RGB value is (192,109,23). Sum of RGB (Red+Green+Blue) = 192+109+23=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D17 is #3F92E8. Grayscale: #7C7C7C. Windows color (decimal): -4166377 or 1535424. OLE color: 1535424.

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

Color convert

RGB 192 109 23 -
CMYK 0 0.43 0.88 0.25
HSL 30.53º 0.79% 0.42% -
HSV(B) 30.53º 0.88% 0.75% -
XYZ 27.36 22.21 3.65 -
YUV 124.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 192 109 23 0 0.43 0.88 0.25 30.53 0.79 0.42
Hex C0 6D 17 0 2B 58 19 1F 4F 2A
Octal 300 155 27 0 53 130 31 37 117 52
Binary 11000000 1101101 10111 0 101011 1011000 11001 11111 1001111 101010

Color Harmonies of #C06D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D17

Black with #C06D17

Text Example


Text Example

White with #C06D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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