#74691C

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

Shades of Olivetone #74691C

Tints of Olivetone #74691C

Color information

#74691C (or 0x74691C) is unknown color: approx Olivetone. HEX triplet: 74, 69 and 1C. RGB value is (116,105,28). Sum of RGB (Red+Green+Blue) = 116+105+28=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74691C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74691C is #8B96E3. Grayscale: #636363. Windows color (decimal): -9148132 or 1862004. OLE color: 1862004.

HSL color Cylindrical-coordinate representation of color #74691C: hue angle of 52.5º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74691C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB11610528-
CMYK00.090.760.55
HSL52.5º61.11%28.24%-
HSV(B)52.5º75.86%45.49%-
XYZ12.4613.93.12-
YUV99.5187.64139.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=46.59%
G=42.17%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161052800.090.760.5552.561.1128.24
Hex74691C094C37343d1c
Octal1641513401111467647534
Binary111010011010011110001001100110011011111010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74691C; }

 p { color: rgb(116,105,28); }

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

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

 a { background-color: rgb(116,105,28); }

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

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

 span { border-color: rgb(116,105,28); }

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