Html Css Color HEX #C67613 Ochre

📋 copy color: '#C67613'

red 198 ◦ green 118 ◦ blue 19

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

Shades of Ochre #C67613

Tints of Ochre #C67613

RGB

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

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

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

R = 59.1%
G = 35.22%
B = 5.67%

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

#C67613 (or 0xC67613) is known color: Ochre. HEX triplet: C6, 76 and 13. RGB value is (198,118,19). Sum of RGB (Red+Green+Blue) = 198+118+19=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C67613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67613 is #3989EC. Grayscale: #838383. Windows color (decimal): -3770861 or 1275590. OLE color: 1275590.

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

Color convert

RGB 198 118 19 -
CMYK 0 0.40 0.90 0.22
HSL 33.18º 0.82% 0.43% -
HSV(B) 33.18º 0.9% 0.78% -
XYZ 29.88 25.01 3.87 -
YUV 130.63 65 176.05 -
System Red Green Blue C M Y K H S L
Decimal 198 118 19 0 0.40 0.90 0.22 33.18 0.82 0.43
Hex C6 76 13 0 28 5A 16 21 52 2B
Octal 306 166 23 0 50 132 26 41 122 53
Binary 11000110 1110110 10011 0 101000 1011010 10110 100001 1010010 101011

Color Harmonies of #C67613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67613

Black with #C67613

Text Example


Text Example

White with #C67613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67613; }

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

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

background-color css

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

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

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

border-color css

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

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

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