Html Css Color HEX #816C37 Yellow Metal

📋 copy color: '#816C37'

red 129 ◦ green 108 ◦ blue 55

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

Shades of Yellow Metal #816C37

Tints of Yellow Metal #816C37

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.99%

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

R = 44.18%
G = 36.99%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#816C37 (or 0x816C37) is known color: Yellow Metal. HEX triplet: 81, 6C and 37. RGB value is (129,108,55). Sum of RGB (Red+Green+Blue) = 129+108+55=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #816C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816C37 is #7E93C8. Grayscale: #6C6C6C. Windows color (decimal): -8295369 or 3632257. OLE color: 3632257.

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

Color convert

RGB 129 108 55 -
CMYK 0 0.16 0.57 0.49
HSL 42.97º 0.4% 0.36% -
HSV(B) 42.97º 0.57% 0.51% -
XYZ 15.11 15.67 5.84 -
YUV 108.24 97.96 142.81 -
System Red Green Blue C M Y K H S L
Decimal 129 108 55 0 0.16 0.57 0.49 42.97 0.4 0.36
Hex 81 6C 37 0 10 39 31 2B 28 24
Octal 201 154 67 0 20 71 61 53 50 44
Binary 10000001 1101100 110111 0 10000 111001 110001 101011 101000 100100

Color Harmonies of #816C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816C37

Black with #816C37

Text Example


Text Example

White with #816C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,108,55); }

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

background-color css

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

 a { background-color: rgb(129,108,55); }

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

border-color css

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

 span { border-color: rgb(129,108,55); }

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