Html Css Color HEX #806513 Yukon Gold

📋 copy color: '#806513'

red 128 ◦ green 101 ◦ blue 19

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

Shades of Yukon Gold #806513

Tints of Yukon Gold #806513

RGB

 RED value IS 128 (50.39% from 255) = 51.61%

 GREEN value IS 101 (39.84% from 255) = 40.73%

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

R = 51.61%
G = 40.73%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#806513 (or 0x806513) is known color: Yukon Gold. HEX triplet: 80, 65 and 13. RGB value is (128,101,19). Sum of RGB (Red+Green+Blue) = 128+101+19=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #806513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806513 is #7F9AEC. Grayscale: #646464. Windows color (decimal): -8362733 or 1271168. OLE color: 1271168.

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

Color convert

RGB 128 101 19 -
CMYK 0 0.21 0.85 0.50
HSL 45.14º 0.74% 0.29% -
HSV(B) 45.14º 0.85% 0.5% -
XYZ 13.67 13.94 2.59 -
YUV 99.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 128 101 19 0 0.21 0.85 0.50 45.14 0.74 0.29
Hex 80 65 13 0 15 55 32 2D 4A 1D
Octal 200 145 23 0 25 125 62 55 112 35
Binary 10000000 1100101 10011 0 10101 1010101 110010 101101 1001010 11101

Color Harmonies of #806513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806513

Black with #806513

Text Example


Text Example

White with #806513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806513; }

 p { color: rgb(128,101,19); }

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

background-color css

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

 a { background-color: rgb(128,101,19); }

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

border-color css

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

 span { border-color: rgb(128,101,19); }

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