Html Css Color HEX #816015 Yukon Gold

📋 copy color: '#816015'

red 129 ◦ green 96 ◦ blue 21

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

Shades of Yukon Gold #816015

Tints of Yukon Gold #816015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 52.44%
G = 39.02%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#816015 (or 0x816015) is known color: Yukon Gold. HEX triplet: 81, 60 and 15. RGB value is (129,96,21). Sum of RGB (Red+Green+Blue) = 129+96+21=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #816015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816015 is #7E9FEA. Grayscale: #616161. Windows color (decimal): -8298475 or 1400961. OLE color: 1400961.

HSL color Cylindrical-coordinate representation of color #816015: hue angle of 41.67º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #816015 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 96 21 -
CMYK 0 0.26 0.84 0.49
HSL 41.67º 0.72% 0.29% -
HSV(B) 41.67º 0.84% 0.51% -
XYZ 13.37 13.09 2.53 -
YUV 97.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 129 96 21 0 0.26 0.84 0.49 41.67 0.72 0.29
Hex 81 60 15 0 1A 54 31 2A 48 1D
Octal 201 140 25 0 32 124 61 52 110 35
Binary 10000001 1100000 10101 0 11010 1010100 110001 101010 1001000 11101

Color Harmonies of #816015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816015

Black with #816015

Text Example


Text Example

White with #816015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816015; }

 p { color: rgb(129,96,21); }

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

background-color css

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

 a { background-color: rgb(129,96,21); }

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

border-color css

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

 span { border-color: rgb(129,96,21); }

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