Html Css Color HEX #816816 Yukon Gold

📋 copy color: '#816816'

red 129 ◦ green 104 ◦ blue 22

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

Shades of Yukon Gold #816816

Tints of Yukon Gold #816816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 50.59%
G = 40.78%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#816816 (or 0x816816) is known color: Yukon Gold. HEX triplet: 81, 68 and 16. RGB value is (129,104,22). Sum of RGB (Red+Green+Blue) = 129+104+22=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #816816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816816 is #7E97E9. Grayscale: #666666. Windows color (decimal): -8296426 or 1468545. OLE color: 1468545.

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

Color convert

RGB 129 104 22 -
CMYK 0 0.19 0.83 0.49
HSL 45.98º 0.71% 0.3% -
HSV(B) 45.98º 0.83% 0.51% -
XYZ 14.15 14.63 2.84 -
YUV 102.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 129 104 22 0 0.19 0.83 0.49 45.98 0.71 0.3
Hex 81 68 16 0 13 53 31 2E 47 1E
Octal 201 150 26 0 23 123 61 56 107 36
Binary 10000001 1101000 10110 0 10011 1010011 110001 101110 1000111 11110

Color Harmonies of #816816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816816

Black with #816816

Text Example


Text Example

White with #816816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816816; }

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

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

background-color css

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

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

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

border-color css

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

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

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