#764641

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

Shades of Bole #764641

Tints of Bole #764641

Color information

#764641 (or 0x764641) is unknown color: approx Bole. HEX triplet: 76, 46 and 41. RGB value is (118,70,65). Sum of RGB (Red+Green+Blue) = 118+70+65=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #764641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764641 is #89B9BE. Grayscale: #535353. Windows color (decimal): -9025983 or 4277878. OLE color: 4277878.

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

Color convert

RGB1187065-
CMYK00.410.450.54
HSL5.66º28.96%35.88%-
HSV(B)5.66º44.92%46.27%-
XYZ10.628.616.1-
YUV83.78117.4152.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=46.64%
G=27.67%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118706500.410.450.545.6628.9635.88
Hex7646410292D3661d24
Octal166106101051556663544
Binary111011010001101000001010100110110111011011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764641; }

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

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

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

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

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

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

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

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