Html Css Color HEX #605A47 Millbrook

📋 copy color: '#605A47'

red 96 ◦ green 90 ◦ blue 71

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

Shades of Millbrook #605A47

Tints of Millbrook #605A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.02%

 BLUE value IS 71 (28.13% from 255) = 27.63%

R = 37.35%
G = 35.02%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#605A47 (or 0x605A47) is known color: Millbrook. HEX triplet: 60, 5A and 47. RGB value is (96,90,71). Sum of RGB (Red+Green+Blue) = 96+90+71=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #605A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A47 is #9FA5B8. Grayscale: #595959. Windows color (decimal): -10462649 or 4676192. OLE color: 4676192.

HSL color Cylindrical-coordinate representation of color #605A47: hue angle of 45.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605A47 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 90 71 -
CMYK 0 0.06 0.26 0.62
HSL 45.6º 0.15% 0.33% -
HSV(B) 45.6º 0.26% 0.38% -
XYZ 9.62 10.25 7.43 -
YUV 89.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 96 90 71 0 0.06 0.26 0.62 45.6 0.15 0.33
Hex 60 5A 47 0 6 1A 3E 2E F 21
Octal 140 132 107 0 6 32 76 56 17 41
Binary 1100000 1011010 1000111 0 110 11010 111110 101110 1111 100001

Color Harmonies of #605A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A47

Black with #605A47

Text Example


Text Example

White with #605A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,90,71); }

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

background-color css

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

 a { background-color: rgb(96,90,71); }

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

border-color css

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

 span { border-color: rgb(96,90,71); }

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