Html Css Color HEX #605E52 Millbrook

📋 copy color: '#605E52'

red 96 ◦ green 94 ◦ blue 82

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

Shades of Millbrook #605E52

Tints of Millbrook #605E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.56%

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 35.29%
G = 34.56%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#605E52 (or 0x605E52) is known color: Millbrook. HEX triplet: 60, 5E and 52. RGB value is (96,94,82). Sum of RGB (Red+Green+Blue) = 96+94+82=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 96 - color contains mainly: red. Hex color #605E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E52 is #9FA1AD. Grayscale: #5D5D5D. Windows color (decimal): -10461614 or 5398112. OLE color: 5398112.

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

Color convert

RGB 96 94 82 -
CMYK 0 0.02 0.15 0.62
HSL 51.43º 0.08% 0.35% -
HSV(B) 51.43º 0.15% 0.38% -
XYZ 10.35 11.1 9.58 -
YUV 93.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 96 94 82 0 0.02 0.15 0.62 51.43 0.08 0.35
Hex 60 5E 52 0 2 F 3E 33 8 23
Octal 140 136 122 0 2 17 76 63 10 43
Binary 1100000 1011110 1010010 0 10 1111 111110 110011 1000 100011

Color Harmonies of #605E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E52

Black with #605E52

Text Example


Text Example

White with #605E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,94,82); }

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

background-color css

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

 a { background-color: rgb(96,94,82); }

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

border-color css

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

 span { border-color: rgb(96,94,82); }

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