#766328

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

Shades of Himalaya #766328

Tints of Himalaya #766328

Color information

#766328 (or 0x766328) is unknown color: approx Himalaya. HEX triplet: 76, 63 and 28. RGB value is (118,99,40). Sum of RGB (Red+Green+Blue) = 118+99+40=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766328 is #899CD7. Grayscale: #626262. Windows color (decimal): -9018584 or 2646902. OLE color: 2646902.

HSL color Cylindrical-coordinate representation of color #766328: hue angle of 45.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #766328 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1189940-
CMYK00.160.660.54
HSL45.38º49.37%30.98%-
HSV(B)45.38º66.1%46.27%-
XYZ12.3212.933.85-
YUV97.9695.29142.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 40 (16.02% from 255) = 15.56%
R=45.91%
G=38.52%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118994000.160.660.5445.3849.3730.98
Hex76632801042362d311f
Octal1661435002010266556137
Binary11101101100011101000010000100001011011010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766328; }

 p { color: rgb(118,99,40); }

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

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

 a { background-color: rgb(118,99,40); }

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

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

 span { border-color: rgb(118,99,40); }

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