Html Css Color HEX #C67120 Ochre

📋 copy color: '#C67120'

red 198 ◦ green 113 ◦ blue 32

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

Shades of Ochre #C67120

Tints of Ochre #C67120

RGB

 RED value IS 198 (77.73% from 255) = 57.73%

 GREEN value IS 113 (44.53% from 255) = 32.94%

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 57.73%
G = 32.94%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C67120 (or 0xC67120) is known color: Ochre. HEX triplet: C6, 71 and 20. RGB value is (198,113,32). Sum of RGB (Red+Green+Blue) = 198+113+32=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C67120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67120 is #398EDF. Grayscale: #818181. Windows color (decimal): -3772128 or 2126278. OLE color: 2126278.

HSL color Cylindrical-coordinate representation of color #C67120: hue angle of 29.28º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C67120 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 113 32 -
CMYK 0 0.43 0.84 0.22
HSL 29.28º 0.72% 0.45% -
HSV(B) 29.28º 0.84% 0.78% -
XYZ 29.45 23.92 4.43 -
YUV 129.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 198 113 32 0 0.43 0.84 0.22 29.28 0.72 0.45
Hex C6 71 20 0 2B 54 16 1D 48 2D
Octal 306 161 40 0 53 124 26 35 110 55
Binary 11000110 1110001 100000 0 101011 1010100 10110 11101 1001000 101101

Color Harmonies of #C67120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67120

Black with #C67120

Text Example


Text Example

White with #C67120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67120; }

 p { color: rgb(198,113,32); }

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

background-color css

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

 a { background-color: rgb(198,113,32); }

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

border-color css

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

 span { border-color: rgb(198,113,32); }

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