Html Css Color HEX #816B40 Yellow Metal

📋 copy color: '#816B40'

red 129 ◦ green 107 ◦ blue 64

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

Shades of Yellow Metal #816B40

Tints of Yellow Metal #816B40

RGB

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

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

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

R = 43%
G = 35.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#816B40 (or 0x816B40) is known color: Yellow Metal. HEX triplet: 81, 6B and 40. RGB value is (129,107,64). Sum of RGB (Red+Green+Blue) = 129+107+64=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #816B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B40 is #7E94BF. Grayscale: #6C6C6C. Windows color (decimal): -8295616 or 4221825. OLE color: 4221825.

HSL color Cylindrical-coordinate representation of color #816B40: hue angle of 39.69º 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 #816B40 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 107 64 -
CMYK 0 0.17 0.50 0.49
HSL 39.69º 0.34% 0.38% -
HSV(B) 39.69º 0.5% 0.51% -
XYZ 15.24 15.55 7.05 -
YUV 108.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 129 107 64 0 0.17 0.50 0.49 39.69 0.34 0.38
Hex 81 6B 40 0 11 32 31 28 22 26
Octal 201 153 100 0 21 62 61 50 42 46
Binary 10000001 1101011 1000000 0 10001 110010 110001 101000 100010 100110

Color Harmonies of #816B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816B40

Black with #816B40

Text Example


Text Example

White with #816B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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