#6B5D2B

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

Shades of Himalaya #6B5D2B

Tints of Himalaya #6B5D2B

Color information

#6B5D2B (or 0x6B5D2B) is unknown color: approx Himalaya. HEX triplet: 6B, 5D and 2B. RGB value is (107,93,43). Sum of RGB (Red+Green+Blue) = 107+93+43=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5D2B is #94A2D4. Grayscale: #5B5B5B. Windows color (decimal): -9741013 or 2841963. OLE color: 2841963.

HSL color Cylindrical-coordinate representation of color #6B5D2B: hue angle of 46.88º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B5D2B is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1079343-
CMYK00.130.600.58
HSL46.88º42.67%29.41%-
HSV(B)46.88º59.81%41.96%-
XYZ10.4111.133.88-
YUV91.49100.64139.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 93 (36.72% from 255) = 38.27%
BLUE value IS 43 (17.19% from 255) = 17.70%
R=44.03%
G=38.27%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107934300.130.600.5846.8842.6729.41
Hex6B5D2B0D3C3A2f2b1d
Octal153135530157472575335
Binary110101110111011010110110111110011101010111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,93,43); }

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

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

 a { background-color: rgb(107,93,43); }

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

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

 span { border-color: rgb(107,93,43); }

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