Html Css Color HEX #605C4A Millbrook

📋 copy color: '#605C4A'

red 96 ◦ green 92 ◦ blue 74

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

Shades of Millbrook #605C4A

Tints of Millbrook #605C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.11%

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 36.64%
G = 35.11%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#605C4A (or 0x605C4A) is known color: Millbrook. HEX triplet: 60, 5C and 4A. RGB value is (96,92,74). Sum of RGB (Red+Green+Blue) = 96+92+74=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 96 - color contains mainly: red. Hex color #605C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C4A is #9FA3B5. Grayscale: #5B5B5B. Windows color (decimal): -10462134 or 4873312. OLE color: 4873312.

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

Color convert

RGB 96 92 74 -
CMYK 0 0.04 0.23 0.62
HSL 49.09º 0.13% 0.33% -
HSV(B) 49.09º 0.23% 0.38% -
XYZ 9.89 10.64 8.01 -
YUV 91.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 96 92 74 0 0.04 0.23 0.62 49.09 0.13 0.33
Hex 60 5C 4A 0 4 17 3E 31 D 21
Octal 140 134 112 0 4 27 76 61 15 41
Binary 1100000 1011100 1001010 0 100 10111 111110 110001 1101 100001

Color Harmonies of #605C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605C4A

Black with #605C4A

Text Example


Text Example

White with #605C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,92,74); }

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

background-color css

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

 a { background-color: rgb(96,92,74); }

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

border-color css

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

 span { border-color: rgb(96,92,74); }

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