#6D6233

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

Shades of Himalaya #6D6233

Tints of Himalaya #6D6233

Color information

#6D6233 (or 0x6D6233) is unknown color: approx Himalaya. HEX triplet: 6D, 62 and 33. RGB value is (109,98,51). Sum of RGB (Red+Green+Blue) = 109+98+51=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6233 is #929DCC. Grayscale: #606060. Windows color (decimal): -9608653 or 3367533. OLE color: 3367533.

HSL color Cylindrical-coordinate representation of color #6D6233: hue angle of 48.62º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D6233 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB1099851-
CMYK00.100.530.57
HSL48.62º36.25%31.37%-
HSV(B)48.62º53.21%42.75%-
XYZ11.2712.234.9-
YUV95.93102.64137.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=42.25%
G=37.98%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109985100.100.530.5748.6236.2531.37
Hex6D62330A353931241f
Octal155142630126571614437
Binary110110111000101100110101011010111100111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,98,51); }

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

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

 a { background-color: rgb(109,98,51); }

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

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

 span { border-color: rgb(109,98,51); }

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