#764643

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

Shades of Bole #764643

Tints of Bole #764643

Color information

#764643 (or 0x764643) is unknown color: approx Bole. HEX triplet: 76, 46 and 43. RGB value is (118,70,67). Sum of RGB (Red+Green+Blue) = 118+70+67=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764643 is #89B9BC. Grayscale: #545454. Windows color (decimal): -9025981 or 4408950. OLE color: 4408950.

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

Color convert

RGB1187067-
CMYK00.410.430.54
HSL3.53º27.57%36.27%-
HSV(B)3.53º43.22%46.27%-
XYZ10.678.646.41-
YUV84.01118.4152.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 67 (26.56% from 255) = 26.27%
R=46.27%
G=27.45%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118706700.410.430.543.5327.5736.27
Hex7646430292B3641c24
Octal166106103051536643444
Binary111011010001101000011010100110101111011010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764643; }

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

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

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

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

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

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

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

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