Html Css Color HEX #806937 Yellow Metal

📋 copy color: '#806937'

red 128 ◦ green 105 ◦ blue 55

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

Shades of Yellow Metal #806937

Tints of Yellow Metal #806937

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.46%

 BLUE value IS 55 (21.88% from 255) = 19.1%

R = 44.44%
G = 36.46%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#806937 (or 0x806937) is known color: Yellow Metal. HEX triplet: 80, 69 and 37. RGB value is (128,105,55). Sum of RGB (Red+Green+Blue) = 128+105+55=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #806937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806937 is #7F96C8. Grayscale: #6A6A6A. Windows color (decimal): -8361673 or 3631488. OLE color: 3631488.

HSL color Cylindrical-coordinate representation of color #806937: hue angle of 41.1º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #806937 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 105 55 -
CMYK 0 0.18 0.57 0.50
HSL 41.1º 0.4% 0.36% -
HSV(B) 41.1º 0.57% 0.5% -
XYZ 14.64 14.97 5.73 -
YUV 106.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 128 105 55 0 0.18 0.57 0.50 41.1 0.4 0.36
Hex 80 69 37 0 12 39 32 29 28 24
Octal 200 151 67 0 22 71 62 51 50 44
Binary 10000000 1101001 110111 0 10010 111001 110010 101001 101000 100100

Color Harmonies of #806937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806937

Black with #806937

Text Example


Text Example

White with #806937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806937; }

 p { color: rgb(128,105,55); }

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

background-color css

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

 a { background-color: rgb(128,105,55); }

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

border-color css

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

 span { border-color: rgb(128,105,55); }

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