#7D6633

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

Shades of Himalaya #7D6633

Tints of Himalaya #7D6633

Color information

#7D6633 (or 0x7D6633) is unknown color: approx Himalaya. HEX triplet: 7D, 66 and 33. RGB value is (125,102,51). Sum of RGB (Red+Green+Blue) = 125+102+51=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6633 is #8299CC. Grayscale: #676767. Windows color (decimal): -8559053 or 3368573. OLE color: 3368573.

HSL color Cylindrical-coordinate representation of color #7D6633: hue angle of 41.35º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D6633 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB12510251-
CMYK00.180.590.51
HSL41.35º42.05%34.51%-
HSV(B)41.35º59.2%49.02%-
XYZ13.8114.15.13-
YUV103.0698.62143.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.96%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=44.96%
G=36.69%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251025100.180.590.5141.3542.0534.51
Hex7D66330123B33292a23
Octal175146630227363515243
Binary11111011100110110011010010111011110011101001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D6633; }

 p { color: rgb(125,102,51); }

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

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

 a { background-color: rgb(125,102,51); }

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

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

 span { border-color: rgb(125,102,51); }

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