Html Css Color HEX #C6740C Ochre

📋 copy color: '#C6740C'

red 198 ◦ green 116 ◦ blue 12

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

Shades of Ochre #C6740C

Tints of Ochre #C6740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 60.74%
G = 35.58%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6740C (or 0xC6740C) is known color: Ochre. HEX triplet: C6, 74 and 0C. RGB value is (198,116,12). Sum of RGB (Red+Green+Blue) = 198+116+12=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6740C is #398BF3. Grayscale: #818181. Windows color (decimal): -3771380 or 816326. OLE color: 816326.

HSL color Cylindrical-coordinate representation of color #C6740C: hue angle of 33.55º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6740C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 116 12 -
CMYK 0 0.41 0.94 0.22
HSL 33.55º 0.89% 0.41% -
HSV(B) 33.55º 0.94% 0.78% -
XYZ 29.6 24.52 3.52 -
YUV 128.66 62.17 177.46 -
System Red Green Blue C M Y K H S L
Decimal 198 116 12 0 0.41 0.94 0.22 33.55 0.89 0.41
Hex C6 74 C 0 29 5E 16 22 59 29
Octal 306 164 14 0 51 136 26 42 131 51
Binary 11000110 1110100 1100 0 101001 1011110 10110 100010 1011001 101001

Color Harmonies of #C6740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6740C

Black with #C6740C

Text Example


Text Example

White with #C6740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6740C; }

 p { color: rgb(198,116,12); }

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

background-color css

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

 a { background-color: rgb(198,116,12); }

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

border-color css

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

 span { border-color: rgb(198,116,12); }

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