Html Css Color HEX #C67213 Ochre

📋 copy color: '#C67213'

red 198 ◦ green 114 ◦ blue 19

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

Shades of Ochre #C67213

Tints of Ochre #C67213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 59.82%
G = 34.44%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C67213 (or 0xC67213) is known color: Ochre. HEX triplet: C6, 72 and 13. RGB value is (198,114,19). Sum of RGB (Red+Green+Blue) = 198+114+19=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C67213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67213 is #398DEC. Grayscale: #808080. Windows color (decimal): -3771885 or 1274566. OLE color: 1274566.

HSL color Cylindrical-coordinate representation of color #C67213: hue angle of 31.84º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C67213 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 114 19 -
CMYK 0 0.42 0.90 0.22
HSL 31.84º 0.82% 0.43% -
HSV(B) 31.84º 0.9% 0.78% -
XYZ 29.42 24.09 3.71 -
YUV 128.29 66.33 177.72 -
System Red Green Blue C M Y K H S L
Decimal 198 114 19 0 0.42 0.90 0.22 31.84 0.82 0.43
Hex C6 72 13 0 2A 5A 16 20 52 2B
Octal 306 162 23 0 52 132 26 40 122 53
Binary 11000110 1110010 10011 0 101010 1011010 10110 100000 1010010 101011

Color Harmonies of #C67213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67213

Black with #C67213

Text Example


Text Example

White with #C67213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67213; }

 p { color: rgb(198,114,19); }

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

background-color css

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

 a { background-color: rgb(198,114,19); }

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

border-color css

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

 span { border-color: rgb(198,114,19); }

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