Html Css Color HEX #816A36 Yellow Metal

📋 copy color: '#816A36'

red 129 ◦ green 106 ◦ blue 54

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

Shades of Yellow Metal #816A36

Tints of Yellow Metal #816A36

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

 BLUE value IS 54 (21.48% from 255) = 18.69%

R = 44.64%
G = 36.68%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#816A36 (or 0x816A36) is known color: Yellow Metal. HEX triplet: 81, 6A and 36. RGB value is (129,106,54). Sum of RGB (Red+Green+Blue) = 129+106+54=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #816A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A36 is #7E95C9. Grayscale: #6B6B6B. Windows color (decimal): -8295882 or 3566209. OLE color: 3566209.

HSL color Cylindrical-coordinate representation of color #816A36: hue angle of 41.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #816A36 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 106 54 -
CMYK 0 0.18 0.58 0.49
HSL 41.6º 0.41% 0.36% -
HSV(B) 41.6º 0.58% 0.51% -
XYZ 14.87 15.24 5.65 -
YUV 106.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 129 106 54 0 0.18 0.58 0.49 41.6 0.41 0.36
Hex 81 6A 36 0 12 3A 31 2A 29 24
Octal 201 152 66 0 22 72 61 52 51 44
Binary 10000001 1101010 110110 0 10010 111010 110001 101010 101001 100100

Color Harmonies of #816A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816A36

Black with #816A36

Text Example


Text Example

White with #816A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,106,54); }

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

background-color css

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

 a { background-color: rgb(129,106,54); }

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

border-color css

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

 span { border-color: rgb(129,106,54); }

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