Html Css Color HEX #816315 Yukon Gold

📋 copy color: '#816315'

red 129 ◦ green 99 ◦ blue 21

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

Shades of Yukon Gold #816315

Tints of Yukon Gold #816315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.76%

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

R = 51.81%
G = 39.76%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#816315 (or 0x816315) is known color: Yukon Gold. HEX triplet: 81, 63 and 15. RGB value is (129,99,21). Sum of RGB (Red+Green+Blue) = 129+99+21=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #816315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816315 is #7E9CEA. Grayscale: #636363. Windows color (decimal): -8297707 or 1401729. OLE color: 1401729.

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

Color convert

RGB 129 99 21 -
CMYK 0 0.23 0.84 0.49
HSL 43.33º 0.72% 0.29% -
HSV(B) 43.33º 0.84% 0.51% -
XYZ 13.65 13.64 2.62 -
YUV 99.08 83.94 149.34 -
System Red Green Blue C M Y K H S L
Decimal 129 99 21 0 0.23 0.84 0.49 43.33 0.72 0.29
Hex 81 63 15 0 17 54 31 2B 48 1D
Octal 201 143 25 0 27 124 61 53 110 35
Binary 10000001 1100011 10101 0 10111 1010100 110001 101011 1001000 11101

Color Harmonies of #816315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816315

Black with #816315

Text Example


Text Example

White with #816315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816315; }

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

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

background-color css

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

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

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

border-color css

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

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

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