Html Css Color HEX #806613 Yukon Gold

📋 copy color: '#806613'

red 128 ◦ green 102 ◦ blue 19

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

Shades of Yukon Gold #806613

Tints of Yukon Gold #806613

RGB

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

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

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

R = 51.41%
G = 40.96%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#806613 (or 0x806613) is known color: Yukon Gold. HEX triplet: 80, 66 and 13. RGB value is (128,102,19). Sum of RGB (Red+Green+Blue) = 128+102+19=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #806613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806613 is #7F99EC. Grayscale: #646464. Windows color (decimal): -8362477 or 1271424. OLE color: 1271424.

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

Color convert

RGB 128 102 19 -
CMYK 0 0.20 0.85 0.50
HSL 45.69º 0.74% 0.29% -
HSV(B) 45.69º 0.85% 0.5% -
XYZ 13.77 14.14 2.62 -
YUV 100.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 128 102 19 0 0.20 0.85 0.50 45.69 0.74 0.29
Hex 80 66 13 0 14 55 32 2E 4A 1D
Octal 200 146 23 0 24 125 62 56 112 35
Binary 10000000 1100110 10011 0 10100 1010101 110010 101110 1001010 11101

Color Harmonies of #806613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806613

Black with #806613

Text Example


Text Example

White with #806613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806613; }

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

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

background-color css

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

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

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

border-color css

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

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

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