Html Css Color HEX #C67810 Ochre

📋 copy color: '#C67810'

red 198 ◦ green 120 ◦ blue 16

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

Shades of Ochre #C67810

Tints of Ochre #C67810

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.93%

 BLUE value IS 16 (6.64% from 255) = 4.79%

R = 59.28%
G = 35.93%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C67810 (or 0xC67810) is known color: Ochre. HEX triplet: C6, 78 and 10. RGB value is (198,120,16). Sum of RGB (Red+Green+Blue) = 198+120+16=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C67810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67810 is #3987EF. Grayscale: #838383. Windows color (decimal): -3770352 or 1079494. OLE color: 1079494.

HSL color Cylindrical-coordinate representation of color #C67810: hue angle of 34.29º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C67810 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 120 16 -
CMYK 0 0.39 0.92 0.22
HSL 34.29º 0.85% 0.42% -
HSV(B) 34.29º 0.92% 0.78% -
XYZ 30.1 25.48 3.82 -
YUV 131.47 62.84 175.46 -
System Red Green Blue C M Y K H S L
Decimal 198 120 16 0 0.39 0.92 0.22 34.29 0.85 0.42
Hex C6 78 10 0 27 5C 16 22 55 2A
Octal 306 170 20 0 47 134 26 42 125 52
Binary 11000110 1111000 10000 0 100111 1011100 10110 100010 1010101 101010

Color Harmonies of #C67810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67810

Black with #C67810

Text Example


Text Example

White with #C67810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67810; }

 p { color: rgb(198,120,16); }

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

background-color css

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

 a { background-color: rgb(198,120,16); }

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

border-color css

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

 span { border-color: rgb(198,120,16); }

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