#766B1C

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

Shades of Olivetone #766B1C

Tints of Olivetone #766B1C

Color information

#766B1C (or 0x766B1C) is unknown color: approx Olivetone. HEX triplet: 76, 6B and 1C. RGB value is (118,107,28). Sum of RGB (Red+Green+Blue) = 118+107+28=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B1C is #8994E3. Grayscale: #656565. Windows color (decimal): -9016548 or 1862518. OLE color: 1862518.

HSL color Cylindrical-coordinate representation of color #766B1C: hue angle of 52.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #766B1C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB11810728-
CMYK00.090.760.54
HSL52.67º61.64%28.63%-
HSV(B)52.67º76.27%46.27%-
XYZ12.9414.453.21-
YUV101.2886.64139.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 107 (42.19% from 255) = 42.29%
BLUE value IS 28 (11.33% from 255) = 11.07%
R=46.64%
G=42.29%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181072800.090.760.5452.6761.6428.63
Hex766B1C094C36353e1d
Octal1661533401111466657635
Binary111011011010111110001001100110011011011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766B1C; }

 p { color: rgb(118,107,28); }

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

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

 a { background-color: rgb(118,107,28); }

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

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

 span { border-color: rgb(118,107,28); }

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