#764644

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

Shades of Bole #764644

Tints of Bole #764644

Color information

#764644 (or 0x764644) is unknown color: approx Bole. HEX triplet: 76, 46 and 44. RGB value is (118,70,68). Sum of RGB (Red+Green+Blue) = 118+70+68=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764644 is #89B9BB. Grayscale: #545454. Windows color (decimal): -9025980 or 4474486. OLE color: 4474486.

HSL color Cylindrical-coordinate representation of color #764644: hue angle of 2.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764644 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1187068-
CMYK00.410.420.54
HSL2.4º26.88%36.47%-
HSV(B)2.4º42.37%46.27%-
XYZ10.78.656.57-
YUV84.12118.9152.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 68 (26.95% from 255) = 26.56%
R=46.09%
G=27.34%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118706800.410.420.542.426.8836.47
Hex7646440292A3621b24
Octal166106104051526623344
Binary11101101000110100010001010011010101101101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764644; }

 p { color: rgb(118,70,68); }

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

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

 a { background-color: rgb(118,70,68); }

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

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

 span { border-color: rgb(118,70,68); }

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