Html Css Color HEX #816919 Yukon Gold

📋 copy color: '#816919'

red 129 ◦ green 105 ◦ blue 25

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

Shades of Yukon Gold #816919

Tints of Yukon Gold #816919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.54%

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 49.81%
G = 40.54%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#816919 (or 0x816919) is known color: Yukon Gold. HEX triplet: 81, 69 and 19. RGB value is (129,105,25). Sum of RGB (Red+Green+Blue) = 129+105+25=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #816919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816919 is #7E96E6. Grayscale: #676767. Windows color (decimal): -8296167 or 1665409. OLE color: 1665409.

HSL color Cylindrical-coordinate representation of color #816919: hue angle of 46.15º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #816919 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 105 25 -
CMYK 0 0.19 0.81 0.49
HSL 46.15º 0.68% 0.3% -
HSV(B) 46.15º 0.81% 0.51% -
XYZ 14.28 14.84 3.03 -
YUV 103.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 129 105 25 0 0.19 0.81 0.49 46.15 0.68 0.3
Hex 81 69 19 0 13 51 31 2E 44 1E
Octal 201 151 31 0 23 121 61 56 104 36
Binary 10000001 1101001 11001 0 10011 1010001 110001 101110 1000100 11110

Color Harmonies of #816919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816919

Black with #816919

Text Example


Text Example

White with #816919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816919; }

 p { color: rgb(129,105,25); }

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

background-color css

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

 a { background-color: rgb(129,105,25); }

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

border-color css

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

 span { border-color: rgb(129,105,25); }

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