Html Css Color HEX #615D4B Millbrook

📋 copy color: '#615D4B'

red 97 ◦ green 93 ◦ blue 75

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

Shades of Millbrook #615D4B

Tints of Millbrook #615D4B

RGB

 RED value IS 97 (38.28% from 255) = 36.6%

 GREEN value IS 93 (36.72% from 255) = 35.09%

 BLUE value IS 75 (29.69% from 255) = 28.3%

R = 36.6%
G = 35.09%
B = 28.3%

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

#615D4B (or 0x615D4B) is known color: Millbrook. HEX triplet: 61, 5D and 4B. RGB value is (97,93,75). Sum of RGB (Red+Green+Blue) = 97+93+75=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #615D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D4B is #9EA2B4. Grayscale: #5C5C5C. Windows color (decimal): -10396341 or 4939105. OLE color: 4939105.

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

Color convert

RGB 97 93 75 -
CMYK 0 0.04 0.23 0.62
HSL 49.09º 0.13% 0.34% -
HSV(B) 49.09º 0.23% 0.38% -
XYZ 10.11 10.88 8.22 -
YUV 92.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 97 93 75 0 0.04 0.23 0.62 49.09 0.13 0.34
Hex 61 5D 4B 0 4 17 3E 31 D 22
Octal 141 135 113 0 4 27 76 61 15 42
Binary 1100001 1011101 1001011 0 100 10111 111110 110001 1101 100010

Color Harmonies of #615D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D4B

Black with #615D4B

Text Example


Text Example

White with #615D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615D4B; }

 p { color: rgb(97,93,75); }

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

background-color css

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

 a { background-color: rgb(97,93,75); }

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

border-color css

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

 span { border-color: rgb(97,93,75); }

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