Html Css Color HEX #C67416 Ochre

📋 copy color: '#C67416'

red 198 ◦ green 116 ◦ blue 22

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

Shades of Ochre #C67416

Tints of Ochre #C67416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.52%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 58.93%
G = 34.52%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C67416 (or 0xC67416) is known color: Ochre. HEX triplet: C6, 74 and 16. RGB value is (198,116,22). Sum of RGB (Red+Green+Blue) = 198+116+22=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C67416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67416 is #398BE9. Grayscale: #828282. Windows color (decimal): -3771370 or 1471686. OLE color: 1471686.

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

Color convert

RGB 198 116 22 -
CMYK 0 0.41 0.89 0.22
HSL 32.05º 0.8% 0.43% -
HSV(B) 32.05º 0.89% 0.78% -
XYZ 29.68 24.55 3.93 -
YUV 129.8 67.17 176.64 -
System Red Green Blue C M Y K H S L
Decimal 198 116 22 0 0.41 0.89 0.22 32.05 0.8 0.43
Hex C6 74 16 0 29 59 16 20 50 2B
Octal 306 164 26 0 51 131 26 40 120 53
Binary 11000110 1110100 10110 0 101001 1011001 10110 100000 1010000 101011

Color Harmonies of #C67416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67416

Black with #C67416

Text Example


Text Example

White with #C67416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67416; }

 p { color: rgb(198,116,22); }

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

background-color css

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

 a { background-color: rgb(198,116,22); }

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

border-color css

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

 span { border-color: rgb(198,116,22); }

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