#766B1B

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

Shades of Olivetone #766B1B

Tints of Olivetone #766B1B

Color information

#766B1B (or 0x766B1B) is unknown color: approx Olivetone. HEX triplet: 76, 6B and 1B. RGB value is (118,107,27). Sum of RGB (Red+Green+Blue) = 118+107+27=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #766B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B1B is #8994E4. Grayscale: #656565. Windows color (decimal): -9016549 or 1796982. OLE color: 1796982.

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

Color convert

RGB11810727-
CMYK00.090.770.54
HSL52.75º62.76%28.43%-
HSV(B)52.75º77.12%46.27%-
XYZ12.9314.453.14-
YUV101.1786.14140-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=46.83%
G=42.46%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181072700.090.770.5452.7562.7628.43
Hex766B1B094D36353f1c
Octal1661533301111566657734
Binary111011011010111101101001100110111011011010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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