Html Css Color HEX #806C34 Himalaya

📋 copy color: '#806C34'

red 128 ◦ green 108 ◦ blue 52

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

Shades of Himalaya #806C34

Tints of Himalaya #806C34

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.5%

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 44.44%
G = 37.5%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#806C34 (or 0x806C34) is known color: Himalaya. HEX triplet: 80, 6C and 34. RGB value is (128,108,52). Sum of RGB (Red+Green+Blue) = 128+108+52=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #806C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C34 is #7F93CB. Grayscale: #6B6B6B. Windows color (decimal): -8360908 or 3435648. OLE color: 3435648.

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

Color convert

RGB 128 108 52 -
CMYK 0 0.16 0.59 0.50
HSL 44.21º 0.42% 0.35% -
HSV(B) 44.21º 0.59% 0.5% -
XYZ 14.88 15.56 5.47 -
YUV 107.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 128 108 52 0 0.16 0.59 0.50 44.21 0.42 0.35
Hex 80 6C 34 0 10 3B 32 2C 2A 23
Octal 200 154 64 0 20 73 62 54 52 43
Binary 10000000 1101100 110100 0 10000 111011 110010 101100 101010 100011

Color Harmonies of #806C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C34

Black with #806C34

Text Example


Text Example

White with #806C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,108,52); }

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

background-color css

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

 a { background-color: rgb(128,108,52); }

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

border-color css

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

 span { border-color: rgb(128,108,52); }

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