#85621B

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

Shades of Yukon Gold #85621B

Tints of Yukon Gold #85621B

Color information

#85621B (or 0x85621B) is unknown color: approx Yukon Gold. HEX triplet: 85, 62 and 1B. RGB value is (133,98,27). Sum of RGB (Red+Green+Blue) = 133+98+27=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85621B is #7A9DE4. Grayscale: #646464. Windows color (decimal): -8035813 or 1794693. OLE color: 1794693.

HSL color Cylindrical-coordinate representation of color #85621B: hue angle of 40.19º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85621B is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1339827-
CMYK00.260.800.48
HSL40.19º66.25%31.37%-
HSV(B)40.19º79.7%52.16%-
XYZ14.2413.82.95-
YUV100.3786.6151.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 27 (10.94% from 255) = 10.47%
R=51.55%
G=37.98%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133982700.260.800.4840.1966.2531.37
Hex85621B01A503028421f
Octal20514233032120605010237
Binary100001011100010110110110101010000110000101000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85621B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85621B; }

 p { color: rgb(133,98,27); }

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

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

 a { background-color: rgb(133,98,27); }

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

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

 span { border-color: rgb(133,98,27); }

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