#6B612D

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

Shades of Himalaya #6B612D

Tints of Himalaya #6B612D

Color information

#6B612D (or 0x6B612D) is unknown color: approx Himalaya. HEX triplet: 6B, 61 and 2D. RGB value is (107,97,45). Sum of RGB (Red+Green+Blue) = 107+97+45=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B612D is #949ED2. Grayscale: #5E5E5E. Windows color (decimal): -9739987 or 2974059. OLE color: 2974059.

HSL color Cylindrical-coordinate representation of color #6B612D: hue angle of 50.32º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B612D is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1079745-
CMYK00.090.580.58
HSL50.32º40.79%29.8%-
HSV(B)50.32º57.94%41.96%-
XYZ10.8111.864.2-
YUV94.06100.31137.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.97%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=42.97%
G=38.96%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107974500.090.580.5850.3240.7929.8
Hex6B612D093A3A32291e
Octal153141550117272625136
Binary110101111000011011010100111101011101011001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,97,45); }

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

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

 a { background-color: rgb(107,97,45); }

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

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

 span { border-color: rgb(107,97,45); }

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