Html Css Color HEX #605940 Millbrook

📋 copy color: '#605940'

red 96 ◦ green 89 ◦ blue 64

#605940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #605940

Tints of Millbrook #605940

RGB

 RED value IS 96 (37.89% from 255) = 38.55%

 GREEN value IS 89 (35.16% from 255) = 35.74%

 BLUE value IS 64 (25.39% from 255) = 25.7%

R = 38.55%
G = 35.74%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#605940 (or 0x605940) is known color: Millbrook. HEX triplet: 60, 59 and 40. RGB value is (96,89,64). Sum of RGB (Red+Green+Blue) = 96+89+64=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #605940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605940 is #9FA6BF. Grayscale: #585858. Windows color (decimal): -10462912 or 4217184. OLE color: 4217184.

HSL color Cylindrical-coordinate representation of color #605940: hue angle of 46.88º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #605940 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 89 64 -
CMYK 0 0.07 0.33 0.62
HSL 46.88º 0.2% 0.31% -
HSV(B) 46.88º 0.33% 0.38% -
XYZ 9.32 10 6.29 -
YUV 88.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 96 89 64 0 0.07 0.33 0.62 46.88 0.2 0.31
Hex 60 59 40 0 7 21 3E 2F 14 1F
Octal 140 131 100 0 7 41 76 57 24 37
Binary 1100000 1011001 1000000 0 111 100001 111110 101111 10100 11111

Color Harmonies of #605940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605940

Black with #605940

Text Example


Text Example

White with #605940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605940; }

 p { color: rgb(96,89,64); }

 H1.HeaderClassName
 {
   color: #605940;
 }
 .AnyTagClassName
 {
   color: #605940;
 }
</style>

background-color css

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

 a { background-color: rgb(96,89,64); }

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

border-color css

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

 span { border-color: rgb(96,89,64); }

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