Html Css Color HEX #C67110 Ochre

📋 copy color: '#C67110'

red 198 ◦ green 113 ◦ blue 16

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

Shades of Ochre #C67110

Tints of Ochre #C67110

RGB

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

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

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

R = 60.55%
G = 34.56%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C67110 (or 0xC67110) is known color: Ochre. HEX triplet: C6, 71 and 10. RGB value is (198,113,16). Sum of RGB (Red+Green+Blue) = 198+113+16=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C67110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67110 is #398EEF. Grayscale: #7F7F7F. Windows color (decimal): -3772144 or 1077702. OLE color: 1077702.

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

Color convert

RGB 198 113 16 -
CMYK 0 0.43 0.92 0.22
HSL 31.98º 0.85% 0.42% -
HSV(B) 31.98º 0.92% 0.78% -
XYZ 29.29 23.85 3.55 -
YUV 127.36 65.16 178.39 -
System Red Green Blue C M Y K H S L
Decimal 198 113 16 0 0.43 0.92 0.22 31.98 0.85 0.42
Hex C6 71 10 0 2B 5C 16 20 55 2A
Octal 306 161 20 0 53 134 26 40 125 52
Binary 11000110 1110001 10000 0 101011 1011100 10110 100000 1010101 101010

Color Harmonies of #C67110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67110

Black with #C67110

Text Example


Text Example

White with #C67110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67110; }

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

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

background-color css

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

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

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

border-color css

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

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

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