#6B6336

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

Shades of Himalaya #6B6336

Tints of Himalaya #6B6336

Color information

#6B6336 (or 0x6B6336) is unknown color: approx Himalaya. HEX triplet: 6B, 63 and 36. RGB value is (107,99,54). Sum of RGB (Red+Green+Blue) = 107+99+54=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6336 is #949CC9. Grayscale: #606060. Windows color (decimal): -9739466 or 3564395. OLE color: 3564395.

HSL color Cylindrical-coordinate representation of color #6B6336: hue angle of 50.94º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B6336 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1079954-
CMYK00.070.500.58
HSL50.94º32.92%31.57%-
HSV(B)50.94º49.53%41.96%-
XYZ11.1912.325.28-
YUV96.26104.15135.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.15%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 54 (21.48% from 255) = 20.77%
R=41.15%
G=38.08%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107995400.070.500.5850.9432.9231.57
Hex6B633607323A332120
Octal15314366076272634140
Binary110101111000111101100111110010111010110011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B6336; }

 p { color: rgb(107,99,54); }

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

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

 a { background-color: rgb(107,99,54); }

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

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

 span { border-color: rgb(107,99,54); }

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