Html Css Color HEX #C67114 Ochre

📋 copy color: '#C67114'

red 198 ◦ green 113 ◦ blue 20

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

Shades of Ochre #C67114

Tints of Ochre #C67114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.04%

R = 59.82%
G = 34.14%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C67114 (or 0xC67114) is known color: Ochre. HEX triplet: C6, 71 and 14. RGB value is (198,113,20). Sum of RGB (Red+Green+Blue) = 198+113+20=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C67114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67114 is #398EEB. Grayscale: #808080. Windows color (decimal): -3772140 or 1339846. OLE color: 1339846.

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

Color convert

RGB 198 113 20 -
CMYK 0 0.43 0.90 0.22
HSL 31.35º 0.82% 0.43% -
HSV(B) 31.35º 0.9% 0.78% -
XYZ 29.32 23.87 3.72 -
YUV 127.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 198 113 20 0 0.43 0.90 0.22 31.35 0.82 0.43
Hex C6 71 14 0 2B 5A 16 1F 52 2B
Octal 306 161 24 0 53 132 26 37 122 53
Binary 11000110 1110001 10100 0 101011 1011010 10110 11111 1010010 101011

Color Harmonies of #C67114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67114

Black with #C67114

Text Example


Text Example

White with #C67114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67114; }

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

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

background-color css

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

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

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

border-color css

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

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

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