Html Css Color HEX #806830 Himalaya

📋 copy color: '#806830'

red 128 ◦ green 104 ◦ blue 48

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

Shades of Himalaya #806830

Tints of Himalaya #806830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 45.71%
G = 37.14%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#806830 (or 0x806830) is known color: Himalaya. HEX triplet: 80, 68 and 30. RGB value is (128,104,48). Sum of RGB (Red+Green+Blue) = 128+104+48=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #806830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806830 is #7F97CF. Grayscale: #696969. Windows color (decimal): -8361936 or 3172480. OLE color: 3172480.

HSL color Cylindrical-coordinate representation of color #806830: hue angle of 42º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #806830 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 48 -
CMYK 0 0.19 0.62 0.50
HSL 42º 0.45% 0.35% -
HSV(B) 42º 0.63% 0.5% -
XYZ 14.39 14.7 4.88 -
YUV 104.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 128 104 48 0 0.19 0.62 0.50 42 0.45 0.35
Hex 80 68 30 0 13 3E 32 2A 2D 23
Octal 200 150 60 0 23 76 62 52 55 43
Binary 10000000 1101000 110000 0 10011 111110 110010 101010 101101 100011

Color Harmonies of #806830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806830

Black with #806830

Text Example


Text Example

White with #806830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806830; }

 p { color: rgb(128,104,48); }

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

background-color css

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

 a { background-color: rgb(128,104,48); }

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

border-color css

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

 span { border-color: rgb(128,104,48); }

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