#85631C

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

Shades of Yukon Gold #85631C

Tints of Yukon Gold #85631C

Color information

#85631C (or 0x85631C) is unknown color: approx Yukon Gold. HEX triplet: 85, 63 and 1C. RGB value is (133,99,28). Sum of RGB (Red+Green+Blue) = 133+99+28=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85631C is #7A9CE3. Grayscale: #656565. Windows color (decimal): -8035556 or 1860485. OLE color: 1860485.

HSL color Cylindrical-coordinate representation of color #85631C: hue angle of 40.57º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85631C is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1339928-
CMYK00.260.790.48
HSL40.57º65.22%31.57%-
HSV(B)40.57º78.95%52.16%-
XYZ14.3413.993.04-
YUV101.0786.76150.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 28 (11.33% from 255) = 10.77%
R=51.15%
G=38.08%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133992800.260.790.4840.5765.2231.57
Hex85631C01A4F30294120
Octal20514334032117605110140
Binary1000010111000111110001101010011111100001010011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85631C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85631C; }

 p { color: rgb(133,99,28); }

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

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

 a { background-color: rgb(133,99,28); }

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

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

 span { border-color: rgb(133,99,28); }

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