Html Css Color HEX #605946 Millbrook

📋 copy color: '#605946'

red 96 ◦ green 89 ◦ blue 70

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

Shades of Millbrook #605946

Tints of Millbrook #605946

RGB

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

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

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

R = 37.65%
G = 34.9%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#605946 (or 0x605946) is known color: Millbrook. HEX triplet: 60, 59 and 46. RGB value is (96,89,70). Sum of RGB (Red+Green+Blue) = 96+89+70=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #605946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605946 is #9FA6B9. Grayscale: #595959. Windows color (decimal): -10462906 or 4610400. OLE color: 4610400.

HSL color Cylindrical-coordinate representation of color #605946: hue angle of 43.85º 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 #605946 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 89 70 -
CMYK 0 0.07 0.27 0.62
HSL 43.85º 0.16% 0.33% -
HSV(B) 43.85º 0.27% 0.38% -
XYZ 9.5 10.07 7.24 -
YUV 88.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 96 89 70 0 0.07 0.27 0.62 43.85 0.16 0.33
Hex 60 59 46 0 7 1B 3E 2C 10 21
Octal 140 131 106 0 7 33 76 54 20 41
Binary 1100000 1011001 1000110 0 111 11011 111110 101100 10000 100001

Color Harmonies of #605946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605946

Black with #605946

Text Example


Text Example

White with #605946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605946; }

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

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

background-color css

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

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

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

border-color css

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

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

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