Html Css Color HEX #816840 Yellow Metal

📋 copy color: '#816840'

red 129 ◦ green 104 ◦ blue 64

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

Shades of Yellow Metal #816840

Tints of Yellow Metal #816840

RGB

 RED value IS 129 (50.78% from 255) = 43.43%

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

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 43.43%
G = 35.02%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#816840 (or 0x816840) is known color: Yellow Metal. HEX triplet: 81, 68 and 40. RGB value is (129,104,64). Sum of RGB (Red+Green+Blue) = 129+104+64=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #816840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816840 is #7E97BF. Grayscale: #6B6B6B. Windows color (decimal): -8296384 or 4221057. OLE color: 4221057.

HSL color Cylindrical-coordinate representation of color #816840: hue angle of 36.92º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816840 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 104 64 -
CMYK 0 0.19 0.50 0.49
HSL 36.92º 0.34% 0.38% -
HSV(B) 36.92º 0.5% 0.51% -
XYZ 14.93 14.94 6.95 -
YUV 106.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 129 104 64 0 0.19 0.50 0.49 36.92 0.34 0.38
Hex 81 68 40 0 13 32 31 25 22 26
Octal 201 150 100 0 23 62 61 45 42 46
Binary 10000001 1101000 1000000 0 10011 110010 110001 100101 100010 100110

Color Harmonies of #816840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816840

Black with #816840

Text Example


Text Example

White with #816840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816840; }

 p { color: rgb(129,104,64); }

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

background-color css

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

 a { background-color: rgb(129,104,64); }

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

border-color css

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

 span { border-color: rgb(129,104,64); }

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