Html Css Color HEX #605E50 Millbrook

📋 copy color: '#605E50'

red 96 ◦ green 94 ◦ blue 80

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

Shades of Millbrook #605E50

Tints of Millbrook #605E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 35.56%
G = 34.81%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#605E50 (or 0x605E50) is known color: Millbrook. HEX triplet: 60, 5E and 50. RGB value is (96,94,80). Sum of RGB (Red+Green+Blue) = 96+94+80=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #605E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E50 is #9FA1AF. Grayscale: #5D5D5D. Windows color (decimal): -10461616 or 5267040. OLE color: 5267040.

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

Color convert

RGB 96 94 80 -
CMYK 0 0.02 0.17 0.62
HSL 52.5º 0.09% 0.35% -
HSV(B) 52.5º 0.17% 0.38% -
XYZ 10.27 11.07 9.18 -
YUV 93 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 96 94 80 0 0.02 0.17 0.62 52.5 0.09 0.35
Hex 60 5E 50 0 2 11 3E 34 9 23
Octal 140 136 120 0 2 21 76 64 11 43
Binary 1100000 1011110 1010000 0 10 10001 111110 110100 1001 100011

Color Harmonies of #605E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E50

Black with #605E50

Text Example


Text Example

White with #605E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605E50; }

 p { color: rgb(96,94,80); }

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

background-color css

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

 a { background-color: rgb(96,94,80); }

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

border-color css

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

 span { border-color: rgb(96,94,80); }

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