Html Css Color HEX #806B32 Himalaya

📋 copy color: '#806B32'

red 128 ◦ green 107 ◦ blue 50

#806B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Himalaya #806B32

Tints of Himalaya #806B32

RGB

 RED value IS 128 (50.39% from 255) = 44.91%

 GREEN value IS 107 (42.19% from 255) = 37.54%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 44.91%
G = 37.54%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#806B32 (or 0x806B32) is known color: Himalaya. HEX triplet: 80, 6B and 32. RGB value is (128,107,50). Sum of RGB (Red+Green+Blue) = 128+107+50=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #806B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806B32 is #7F94CD. Grayscale: #6B6B6B. Windows color (decimal): -8361166 or 3304320. OLE color: 3304320.

HSL color Cylindrical-coordinate representation of color #806B32: hue angle of 43.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #806B32 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 107 50 -
CMYK 0 0.16 0.61 0.50
HSL 43.85º 0.44% 0.35% -
HSV(B) 43.85º 0.61% 0.5% -
XYZ 14.74 15.33 5.2 -
YUV 106.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 128 107 50 0 0.16 0.61 0.50 43.85 0.44 0.35
Hex 80 6B 32 0 10 3D 32 2C 2C 23
Octal 200 153 62 0 20 75 62 54 54 43
Binary 10000000 1101011 110010 0 10000 111101 110010 101100 101100 100011

Color Harmonies of #806B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B32

Black with #806B32

Text Example


Text Example

White with #806B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806B32; }

 p { color: rgb(128,107,50); }

 H1.HeaderClassName
 {
   color: #806B32;
 }
 .AnyTagClassName
 {
   color: #806B32;
 }
</style>

background-color css

<style>
 a { background-color: #806B32; }

 a { background-color: rgb(128,107,50); }

 div.DivClassName
 {
   background-color: #806B32;
 }
 .BgClassName
 {
   background-color: #806B32;
 }
</style>

border-color css

<style>
 span { border-color: #806B32; }

 span { border-color: rgb(128,107,50); }

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