Html Css Color HEX #C67614 Ochre

📋 copy color: '#C67614'

red 198 ◦ green 118 ◦ blue 20

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

Shades of Ochre #C67614

Tints of Ochre #C67614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.12%

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

R = 58.93%
G = 35.12%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C67614 (or 0xC67614) is known color: Ochre. HEX triplet: C6, 76 and 14. RGB value is (198,118,20). Sum of RGB (Red+Green+Blue) = 198+118+20=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C67614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67614 is #3989EB. Grayscale: #838383. Windows color (decimal): -3770860 or 1341126. OLE color: 1341126.

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

Color convert

RGB 198 118 20 -
CMYK 0 0.40 0.90 0.22
HSL 33.03º 0.82% 0.43% -
HSV(B) 33.03º 0.9% 0.78% -
XYZ 29.89 25.01 3.91 -
YUV 130.75 65.5 175.97 -
System Red Green Blue C M Y K H S L
Decimal 198 118 20 0 0.40 0.90 0.22 33.03 0.82 0.43
Hex C6 76 14 0 28 5A 16 21 52 2B
Octal 306 166 24 0 50 132 26 41 122 53
Binary 11000110 1110110 10100 0 101000 1011010 10110 100001 1010010 101011

Color Harmonies of #C67614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67614

Black with #C67614

Text Example


Text Example

White with #C67614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67614; }

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

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

background-color css

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

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

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

border-color css

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

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

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