Html Css Color HEX #816B3D Yellow Metal

📋 copy color: '#816B3D'

red 129 ◦ green 107 ◦ blue 61

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

Shades of Yellow Metal #816B3D

Tints of Yellow Metal #816B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 43.43%
G = 36.03%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#816B3D (or 0x816B3D) is known color: Yellow Metal. HEX triplet: 81, 6B and 3D. RGB value is (129,107,61). Sum of RGB (Red+Green+Blue) = 129+107+61=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #816B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B3D is #7E94C2. Grayscale: #6C6C6C. Windows color (decimal): -8295619 or 4025217. OLE color: 4025217.

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

Color convert

RGB 129 107 61 -
CMYK 0 0.17 0.53 0.49
HSL 40.59º 0.36% 0.37% -
HSV(B) 40.59º 0.53% 0.51% -
XYZ 15.15 15.52 6.61 -
YUV 108.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 129 107 61 0 0.17 0.53 0.49 40.59 0.36 0.37
Hex 81 6B 3D 0 11 35 31 29 24 25
Octal 201 153 75 0 21 65 61 51 44 45
Binary 10000001 1101011 111101 0 10001 110101 110001 101001 100100 100101

Color Harmonies of #816B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816B3D

Black with #816B3D

Text Example


Text Example

White with #816B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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