#61583F

Color #61583F Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #61583F

Tints of Millbrook #61583F

Color information

#61583F (or 0x61583F) is unknown color: approx Millbrook. HEX triplet: 61, 58 and 3F. RGB value is (97,88,63). Sum of RGB (Red+Green+Blue) = 97+88+63=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #61583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61583F is #9EA7C0. Grayscale: #575757. Windows color (decimal): -10397633 or 4151393. OLE color: 4151393.

HSL color Cylindrical-coordinate representation of color #61583F: hue angle of 44.12º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61583F is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB978863-
CMYK00.090.350.62
HSL44.12º21.25%31.37%-
HSV(B)44.12º35.05%38.04%-
XYZ9.329.886.12-
YUV87.84113.98134.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 63 (25% from 255) = 25.40%
R=39.11%
G=35.48%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97886300.090.350.6244.1221.2531.37
Hex61583F09233E2c151f
Octal141130770114376542537
Binary11000011011000111111010011000111111101011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61583F; }

 p { color: rgb(97,88,63); }

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

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

 a { background-color: rgb(97,88,63); }

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

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

 span { border-color: rgb(97,88,63); }

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