Html Css Color HEX #C46D17 Ochre

📋 copy color: '#C46D17'

red 196 ◦ green 109 ◦ blue 23

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

Shades of Ochre #C46D17

Tints of Ochre #C46D17

RGB

 RED value IS 196 (76.95% from 255) = 59.76%

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

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

R = 59.76%
G = 33.23%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C46D17 (or 0xC46D17) is known color: Ochre. HEX triplet: C4, 6D and 17. RGB value is (196,109,23). Sum of RGB (Red+Green+Blue) = 196+109+23=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46D17 is #3B92E8. Grayscale: #7D7D7D. Windows color (decimal): -3904233 or 1535428. OLE color: 1535428.

HSL color Cylindrical-coordinate representation of color #C46D17: hue angle of 29.83º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C46D17 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 109 23 -
CMYK 0 0.44 0.88 0.23
HSL 29.83º 0.79% 0.43% -
HSV(B) 29.83º 0.88% 0.77% -
XYZ 28.39 22.73 3.7 -
YUV 125.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 196 109 23 0 0.44 0.88 0.23 29.83 0.79 0.43
Hex C4 6D 17 0 2C 58 17 1E 4F 2B
Octal 304 155 27 0 54 130 27 36 117 53
Binary 11000100 1101101 10111 0 101100 1011000 10111 11110 1001111 101011

Color Harmonies of #C46D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D17

Black with #C46D17

Text Example


Text Example

White with #C46D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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