Html Css Color HEX #816012 Yukon Gold

📋 copy color: '#816012'

red 129 ◦ green 96 ◦ blue 18

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

Shades of Yukon Gold #816012

Tints of Yukon Gold #816012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 53.09%
G = 39.51%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#816012 (or 0x816012) is known color: Yukon Gold. HEX triplet: 81, 60 and 12. RGB value is (129,96,18). Sum of RGB (Red+Green+Blue) = 129+96+18=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #816012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816012 is #7E9FED. Grayscale: #616161. Windows color (decimal): -8298478 or 1204353. OLE color: 1204353.

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

Color convert

RGB 129 96 18 -
CMYK 0 0.26 0.86 0.49
HSL 42.16º 0.76% 0.29% -
HSV(B) 42.16º 0.86% 0.51% -
XYZ 13.35 13.08 2.39 -
YUV 96.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 129 96 18 0 0.26 0.86 0.49 42.16 0.76 0.29
Hex 81 60 12 0 1A 56 31 2A 4C 1D
Octal 201 140 22 0 32 126 61 52 114 35
Binary 10000001 1100000 10010 0 11010 1010110 110001 101010 1001100 11101

Color Harmonies of #816012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816012

Black with #816012

Text Example


Text Example

White with #816012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816012; }

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

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

background-color css

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

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

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

border-color css

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

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

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