Html Css Color HEX #C46F09 Ochre

📋 copy color: '#C46F09'

red 196 ◦ green 111 ◦ blue 9

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

Shades of Ochre #C46F09

Tints of Ochre #C46F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

 BLUE value IS 9 (3.91% from 255) = 2.85%

R = 62.03%
G = 35.13%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C46F09 (or 0xC46F09) is known color: Ochre. HEX triplet: C4, 6F and 09. RGB value is (196,111,9). Sum of RGB (Red+Green+Blue) = 196+111+9=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46F09 is #3B90F6. Grayscale: #7D7D7D. Windows color (decimal): -3903735 or 618436. OLE color: 618436.

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

Color convert

RGB 196 111 9 -
CMYK 0 0.43 0.95 0.23
HSL 32.73º 0.91% 0.4% -
HSV(B) 32.73º 0.95% 0.77% -
XYZ 28.5 23.12 3.22 -
YUV 124.79 62.66 178.79 -
System Red Green Blue C M Y K H S L
Decimal 196 111 9 0 0.43 0.95 0.23 32.73 0.91 0.4
Hex C4 6F 9 0 2B 5F 17 21 5B 28
Octal 304 157 11 0 53 137 27 41 133 50
Binary 11000100 1101111 1001 0 101011 1011111 10111 100001 1011011 101000

Color Harmonies of #C46F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F09

Black with #C46F09

Text Example


Text Example

White with #C46F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F09; }

 p { color: rgb(196,111,9); }

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

background-color css

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

 a { background-color: rgb(196,111,9); }

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

border-color css

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

 span { border-color: rgb(196,111,9); }

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