Html Css Color HEX #605A46 Millbrook

📋 copy color: '#605A46'

red 96 ◦ green 90 ◦ blue 70

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

Shades of Millbrook #605A46

Tints of Millbrook #605A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 37.5%
G = 35.16%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#605A46 (or 0x605A46) is known color: Millbrook. HEX triplet: 60, 5A and 46. RGB value is (96,90,70). Sum of RGB (Red+Green+Blue) = 96+90+70=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #605A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A46 is #9FA5B9. Grayscale: #595959. Windows color (decimal): -10462650 or 4610656. OLE color: 4610656.

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

Color convert

RGB 96 90 70 -
CMYK 0 0.06 0.27 0.62
HSL 46.15º 0.16% 0.33% -
HSV(B) 46.15º 0.27% 0.38% -
XYZ 9.59 10.24 7.27 -
YUV 89.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 96 90 70 0 0.06 0.27 0.62 46.15 0.16 0.33
Hex 60 5A 46 0 6 1B 3E 2E 10 21
Octal 140 132 106 0 6 33 76 56 20 41
Binary 1100000 1011010 1000110 0 110 11011 111110 101110 10000 100001

Color Harmonies of #605A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A46

Black with #605A46

Text Example


Text Example

White with #605A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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