#806623

Color #806623 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #806623

Tints of Yukon Gold #806623

Color information

#806623 (or 0x806623) is unknown color: approx Yukon Gold. HEX triplet: 80, 66 and 23. RGB value is (128,102,35). Sum of RGB (Red+Green+Blue) = 128+102+35=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #806623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806623 is #7F99DC. Grayscale: #666666. Windows color (decimal): -8362461 or 2320000. OLE color: 2320000.

HSL color Cylindrical-coordinate representation of color #806623: hue angle of 43.23º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #806623 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB12810235-
CMYK00.200.730.50
HSL43.23º57.06%31.96%-
HSV(B)43.23º72.66%50.2%-
XYZ13.9614.213.6-
YUV102.1490.11146.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.30%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 35 (14.06% from 255) = 13.21%
R=48.30%
G=38.49%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281023500.200.730.5043.2357.0631.96
Hex80662301449322b3920
Octal2001464302411162537140
Binary1000000011001101000110101001001001110010101011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806623; }

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

 H1.HeaderClassName
 {
   color: #806623;
 }
 .AnyTagClassName
 {
   color: #806623;
 }
</style>
background-color css

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

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

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

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

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

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