Html Css Color HEX #C68016 Ochre

📋 copy color: '#C68016'

red 198 ◦ green 128 ◦ blue 22

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

Shades of Ochre #C68016

Tints of Ochre #C68016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.78%

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

R = 56.9%
G = 36.78%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C68016 (or 0xC68016) is known color: Ochre. HEX triplet: C6, 80 and 16. RGB value is (198,128,22). Sum of RGB (Red+Green+Blue) = 198+128+22=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C68016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68016 is #397FE9. Grayscale: #898989. Windows color (decimal): -3768298 or 1474758. OLE color: 1474758.

HSL color Cylindrical-coordinate representation of color #C68016: hue angle of 36.14º 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 #C68016 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 22 -
CMYK 0 0.35 0.89 0.22
HSL 36.14º 0.8% 0.43% -
HSV(B) 36.14º 0.89% 0.78% -
XYZ 31.15 27.5 4.43 -
YUV 136.85 63.19 171.62 -
System Red Green Blue C M Y K H S L
Decimal 198 128 22 0 0.35 0.89 0.22 36.14 0.8 0.43
Hex C6 80 16 0 23 59 16 24 50 2B
Octal 306 200 26 0 43 131 26 44 120 53
Binary 11000110 10000000 10110 0 100011 1011001 10110 100100 1010000 101011

Color Harmonies of #C68016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68016

Black with #C68016

Text Example


Text Example

White with #C68016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68016; }

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

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

background-color css

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

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

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

border-color css

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

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

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