Html Css Color HEX #816613 Yukon Gold

📋 copy color: '#816613'

red 129 ◦ green 102 ◦ blue 19

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

Shades of Yukon Gold #816613

Tints of Yukon Gold #816613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 51.6%
G = 40.8%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#816613 (or 0x816613) is known color: Yukon Gold. HEX triplet: 81, 66 and 13. RGB value is (129,102,19). Sum of RGB (Red+Green+Blue) = 129+102+19=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #816613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816613 is #7E99EC. Grayscale: #646464. Windows color (decimal): -8296941 or 1271425. OLE color: 1271425.

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

Color convert

RGB 129 102 19 -
CMYK 0 0.21 0.85 0.49
HSL 45.27º 0.74% 0.29% -
HSV(B) 45.27º 0.85% 0.51% -
XYZ 13.92 14.22 2.63 -
YUV 100.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 129 102 19 0 0.21 0.85 0.49 45.27 0.74 0.29
Hex 81 66 13 0 15 55 31 2D 4A 1D
Octal 201 146 23 0 25 125 61 55 112 35
Binary 10000001 1100110 10011 0 10101 1010101 110001 101101 1001010 11101

Color Harmonies of #816613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816613

Black with #816613

Text Example


Text Example

White with #816613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816613; }

 p { color: rgb(129,102,19); }

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

background-color css

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

 a { background-color: rgb(129,102,19); }

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

border-color css

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

 span { border-color: rgb(129,102,19); }

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