#C6740B

Color #C6740B Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C6740B

Tints of Ochre #C6740B

Color information

#C6740B (or 0xC6740B) is unknown color: approx Ochre. HEX triplet: C6, 74 and 0B. RGB value is (198,116,11). Sum of RGB (Red+Green+Blue) = 198+116+11=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6740B is #398BF4. Grayscale: #818181. Windows color (decimal): -3771381 or 750790. OLE color: 750790.

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

Color convert

RGB19811611-
CMYK00.410.940.22
HSL33.69º89.47%40.98%-
HSV(B)33.69º94.44%77.65%-
XYZ29.5924.523.49-
YUV128.5561.67177.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.92%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 11 (4.69% from 255) = 3.38%
R=60.92%
G=35.69%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981161100.410.940.2233.6989.4740.98
HexC674B0295E16225929
Octal30616413051136264213151
Binary110001101110100101101010011011110101101000101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6740B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6740B; }

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

 H1.HeaderClassName
 {
   color: #C6740B;
 }
 .AnyTagClassName
 {
   color: #C6740B;
 }
</style>
background-color css

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

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

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

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

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

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