Html Css Color HEX #816841 Yellow Metal

📋 copy color: '#816841'

red 129 ◦ green 104 ◦ blue 65

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

Shades of Yellow Metal #816841

Tints of Yellow Metal #816841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 43.29%
G = 34.9%
B = 21.81%

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

#816841 (or 0x816841) is known color: Yellow Metal. HEX triplet: 81, 68 and 41. RGB value is (129,104,65). Sum of RGB (Red+Green+Blue) = 129+104+65=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #816841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816841 is #7E97BE. Grayscale: #6B6B6B. Windows color (decimal): -8296383 or 4286593. OLE color: 4286593.

HSL color Cylindrical-coordinate representation of color #816841: hue angle of 36.56º degrees, saturation: 0.33, 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 #816841 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 104 65 -
CMYK 0 0.19 0.50 0.49
HSL 36.56º 0.33% 0.38% -
HSV(B) 36.56º 0.5% 0.51% -
XYZ 14.96 14.95 7.1 -
YUV 107.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 129 104 65 0 0.19 0.50 0.49 36.56 0.33 0.38
Hex 81 68 41 0 13 32 31 25 21 26
Octal 201 150 101 0 23 62 61 45 41 46
Binary 10000001 1101000 1000001 0 10011 110010 110001 100101 100001 100110

Color Harmonies of #816841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816841

Black with #816841

Text Example


Text Example

White with #816841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816841; }

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

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

background-color css

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

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

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

border-color css

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

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

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