Html Css Color HEX #C67314 Ochre

📋 copy color: '#C67314'

red 198 ◦ green 115 ◦ blue 20

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

Shades of Ochre #C67314

Tints of Ochre #C67314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

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

R = 59.46%
G = 34.53%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C67314 (or 0xC67314) is known color: Ochre. HEX triplet: C6, 73 and 14. RGB value is (198,115,20). Sum of RGB (Red+Green+Blue) = 198+115+20=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C67314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67314 is #398CEB. Grayscale: #818181. Windows color (decimal): -3771628 or 1340358. OLE color: 1340358.

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

Color convert

RGB 198 115 20 -
CMYK 0 0.42 0.90 0.22
HSL 32.02º 0.82% 0.43% -
HSV(B) 32.02º 0.9% 0.78% -
XYZ 29.55 24.32 3.8 -
YUV 128.99 66.5 177.22 -
System Red Green Blue C M Y K H S L
Decimal 198 115 20 0 0.42 0.90 0.22 32.02 0.82 0.43
Hex C6 73 14 0 2A 5A 16 20 52 2B
Octal 306 163 24 0 52 132 26 40 122 53
Binary 11000110 1110011 10100 0 101010 1011010 10110 100000 1010010 101011

Color Harmonies of #C67314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67314

Black with #C67314

Text Example


Text Example

White with #C67314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67314; }

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

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

background-color css

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

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

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

border-color css

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

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

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