Html Css Color HEX #605741 Millbrook

📋 copy color: '#605741'

red 96 ◦ green 87 ◦ blue 65

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

Shades of Millbrook #605741

Tints of Millbrook #605741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.08%

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 38.71%
G = 35.08%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#605741 (or 0x605741) is known color: Millbrook. HEX triplet: 60, 57 and 41. RGB value is (96,87,65). Sum of RGB (Red+Green+Blue) = 96+87+65=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #605741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605741 is #9FA8BE. Grayscale: #575757. Windows color (decimal): -10463423 or 4282208. OLE color: 4282208.

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

Color convert

RGB 96 87 65 -
CMYK 0 0.09 0.32 0.62
HSL 42.58º 0.19% 0.32% -
HSV(B) 42.58º 0.32% 0.38% -
XYZ 9.19 9.68 6.39 -
YUV 87.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 96 87 65 0 0.09 0.32 0.62 42.58 0.19 0.32
Hex 60 57 41 0 9 20 3E 2B 13 20
Octal 140 127 101 0 11 40 76 53 23 40
Binary 1100000 1010111 1000001 0 1001 100000 111110 101011 10011 100000

Color Harmonies of #605741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605741

Black with #605741

Text Example


Text Example

White with #605741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605741; }

 p { color: rgb(96,87,65); }

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

background-color css

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

 a { background-color: rgb(96,87,65); }

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

border-color css

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

 span { border-color: rgb(96,87,65); }

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