Html Css Color HEX #816D1F Yukon Gold

📋 copy color: '#816D1F'

red 129 ◦ green 109 ◦ blue 31

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

Shades of Yukon Gold #816D1F

Tints of Yukon Gold #816D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.52%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 47.96%
G = 40.52%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#816D1F (or 0x816D1F) is known color: Yukon Gold. HEX triplet: 81, 6D and 1F. RGB value is (129,109,31). Sum of RGB (Red+Green+Blue) = 129+109+31=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #816D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816D1F is #7E92E0. Grayscale: #6A6A6A. Windows color (decimal): -8295137 or 2059649. OLE color: 2059649.

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

Color convert

RGB 129 109 31 -
CMYK 0 0.16 0.76 0.49
HSL 47.76º 0.61% 0.31% -
HSV(B) 47.76º 0.76% 0.51% -
XYZ 14.77 15.7 3.55 -
YUV 106.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 129 109 31 0 0.16 0.76 0.49 47.76 0.61 0.31
Hex 81 6D 1F 0 10 4C 31 30 3D 1F
Octal 201 155 37 0 20 114 61 60 75 37
Binary 10000001 1101101 11111 0 10000 1001100 110001 110000 111101 11111

Color Harmonies of #816D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816D1F

Black with #816D1F

Text Example


Text Example

White with #816D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,109,31); }

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

background-color css

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

 a { background-color: rgb(129,109,31); }

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

border-color css

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

 span { border-color: rgb(129,109,31); }

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