Html Css Color HEX #C67313 Ochre

📋 copy color: '#C67313'

red 198 ◦ green 115 ◦ blue 19

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

Shades of Ochre #C67313

Tints of Ochre #C67313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 59.64%
G = 34.64%
B = 5.72%

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

#C67313 (or 0xC67313) is known color: Ochre. HEX triplet: C6, 73 and 13. RGB value is (198,115,19). Sum of RGB (Red+Green+Blue) = 198+115+19=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C67313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67313 is #398CEC. Grayscale: #818181. Windows color (decimal): -3771629 or 1274822. OLE color: 1274822.

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

Color convert

RGB 198 115 19 -
CMYK 0 0.42 0.90 0.22
HSL 32.18º 0.82% 0.43% -
HSV(B) 32.18º 0.9% 0.78% -
XYZ 29.54 24.31 3.75 -
YUV 128.87 66 177.31 -
System Red Green Blue C M Y K H S L
Decimal 198 115 19 0 0.42 0.90 0.22 32.18 0.82 0.43
Hex C6 73 13 0 2A 5A 16 20 52 2B
Octal 306 163 23 0 52 132 26 40 122 53
Binary 11000110 1110011 10011 0 101010 1011010 10110 100000 1010010 101011

Color Harmonies of #C67313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67313

Black with #C67313

Text Example


Text Example

White with #C67313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67313; }

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

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

background-color css

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

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

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

border-color css

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

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

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