Html Css Color HEX #C46D21 Ochre

📋 copy color: '#C46D21'

red 196 ◦ green 109 ◦ blue 33

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

Shades of Ochre #C46D21

Tints of Ochre #C46D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.76%

R = 57.99%
G = 32.25%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C46D21 (or 0xC46D21) is known color: Ochre. HEX triplet: C4, 6D and 21. RGB value is (196,109,33). Sum of RGB (Red+Green+Blue) = 196+109+33=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46D21 is #3B92DE. Grayscale: #7E7E7E. Windows color (decimal): -3904223 or 2190788. OLE color: 2190788.

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

Color convert

RGB 196 109 33 -
CMYK 0 0.44 0.83 0.23
HSL 27.98º 0.71% 0.45% -
HSV(B) 27.98º 0.83% 0.77% -
XYZ 28.51 22.78 4.33 -
YUV 126.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 196 109 33 0 0.44 0.83 0.23 27.98 0.71 0.45
Hex C4 6D 21 0 2C 53 17 1C 47 2D
Octal 304 155 41 0 54 123 27 34 107 55
Binary 11000100 1101101 100001 0 101100 1010011 10111 11100 1000111 101101

Color Harmonies of #C46D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D21

Black with #C46D21

Text Example


Text Example

White with #C46D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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