#85641B

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

Shades of Yukon Gold #85641B

Tints of Yukon Gold #85641B

Color information

#85641B (or 0x85641B) is unknown color: approx Yukon Gold. HEX triplet: 85, 64 and 1B. RGB value is (133,100,27). Sum of RGB (Red+Green+Blue) = 133+100+27=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85641B is #7A9BE4. Grayscale: #656565. Windows color (decimal): -8035301 or 1795205. OLE color: 1795205.

HSL color Cylindrical-coordinate representation of color #85641B: hue angle of 41.32º 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 #85641B is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB13310027-
CMYK00.250.800.48
HSL41.32º66.25%31.37%-
HSV(B)41.32º79.7%52.16%-
XYZ14.4314.183.01-
YUV101.5485.93150.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 27 (10.94% from 255) = 10.38%
R=51.15%
G=38.46%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331002700.250.800.4841.3266.2531.37
Hex85641B019503029421f
Octal20514433031120605110237
Binary100001011100100110110110011010000110000101001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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