Html Css Color HEX #816C10 Yukon Gold

📋 copy color: '#816C10'

red 129 ◦ green 108 ◦ blue 16

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

Shades of Yukon Gold #816C10

Tints of Yukon Gold #816C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.69%

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 50.99%
G = 42.69%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#816C10 (or 0x816C10) is known color: Yukon Gold. HEX triplet: 81, 6C and 10. RGB value is (129,108,16). Sum of RGB (Red+Green+Blue) = 129+108+16=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #816C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816C10 is #7E93EF. Grayscale: #686868. Windows color (decimal): -8295408 or 1076353. OLE color: 1076353.

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

Color convert

RGB 129 108 16 -
CMYK 0 0.16 0.88 0.49
HSL 48.85º 0.78% 0.28% -
HSV(B) 48.85º 0.88% 0.51% -
XYZ 14.51 15.43 2.7 -
YUV 103.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 129 108 16 0 0.16 0.88 0.49 48.85 0.78 0.28
Hex 81 6C 10 0 10 58 31 31 4E 1C
Octal 201 154 20 0 20 130 61 61 116 34
Binary 10000001 1101100 10000 0 10000 1011000 110001 110001 1001110 11100

Color Harmonies of #816C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816C10

Black with #816C10

Text Example


Text Example

White with #816C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,108,16); }

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

background-color css

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

 a { background-color: rgb(129,108,16); }

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

border-color css

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

 span { border-color: rgb(129,108,16); }

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