Html Css Color HEX #816715 Yukon Gold

📋 copy color: '#816715'

red 129 ◦ green 103 ◦ blue 21

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

Shades of Yukon Gold #816715

Tints of Yukon Gold #816715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.71%

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

R = 50.99%
G = 40.71%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#816715 (or 0x816715) is known color: Yukon Gold. HEX triplet: 81, 67 and 15. RGB value is (129,103,21). Sum of RGB (Red+Green+Blue) = 129+103+21=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #816715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816715 is #7E98EA. Grayscale: #656565. Windows color (decimal): -8296683 or 1402753. OLE color: 1402753.

HSL color Cylindrical-coordinate representation of color #816715: hue angle of 45.56º 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 #816715 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 103 21 -
CMYK 0 0.20 0.84 0.49
HSL 45.56º 0.72% 0.29% -
HSV(B) 45.56º 0.84% 0.51% -
XYZ 14.04 14.42 2.75 -
YUV 101.43 82.61 147.67 -
System Red Green Blue C M Y K H S L
Decimal 129 103 21 0 0.20 0.84 0.49 45.56 0.72 0.29
Hex 81 67 15 0 14 54 31 2E 48 1D
Octal 201 147 25 0 24 124 61 56 110 35
Binary 10000001 1100111 10101 0 10100 1010100 110001 101110 1001000 11101

Color Harmonies of #816715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816715

Black with #816715

Text Example


Text Example

White with #816715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816715; }

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

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

background-color css

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

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

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

border-color css

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

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

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