Html Css Color HEX #605D4F Millbrook

📋 copy color: '#605D4F'

red 96 ◦ green 93 ◦ blue 79

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

Shades of Millbrook #605D4F

Tints of Millbrook #605D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.7%

 BLUE value IS 79 (31.25% from 255) = 29.48%

R = 35.82%
G = 34.7%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#605D4F (or 0x605D4F) is known color: Millbrook. HEX triplet: 60, 5D and 4F. RGB value is (96,93,79). Sum of RGB (Red+Green+Blue) = 96+93+79=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 96 - color contains mainly: red. Hex color #605D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D4F is #9FA2B0. Grayscale: #5C5C5C. Windows color (decimal): -10461873 or 5201248. OLE color: 5201248.

HSL color Cylindrical-coordinate representation of color #605D4F: hue angle of 49.41º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #605D4F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 93 79 -
CMYK 0 0.03 0.18 0.62
HSL 49.41º 0.1% 0.34% -
HSV(B) 49.41º 0.18% 0.38% -
XYZ 10.15 10.88 8.96 -
YUV 92.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 96 93 79 0 0.03 0.18 0.62 49.41 0.1 0.34
Hex 60 5D 4F 0 3 12 3E 31 A 22
Octal 140 135 117 0 3 22 76 61 12 42
Binary 1100000 1011101 1001111 0 11 10010 111110 110001 1010 100010

Color Harmonies of #605D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605D4F

Black with #605D4F

Text Example


Text Example

White with #605D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,93,79); }

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

background-color css

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

 a { background-color: rgb(96,93,79); }

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

border-color css

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

 span { border-color: rgb(96,93,79); }

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