Html Css Color HEX #615A41 Millbrook

📋 copy color: '#615A41'

red 97 ◦ green 90 ◦ blue 65

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

Shades of Millbrook #615A41

Tints of Millbrook #615A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

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

R = 38.49%
G = 35.71%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#615A41 (or 0x615A41) is known color: Millbrook. HEX triplet: 61, 5A and 41. RGB value is (97,90,65). Sum of RGB (Red+Green+Blue) = 97+90+65=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #615A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A41 is #9EA5BE. Grayscale: #595959. Windows color (decimal): -10397119 or 4282977. OLE color: 4282977.

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

Color convert

RGB 97 90 65 -
CMYK 0 0.07 0.33 0.62
HSL 46.88º 0.2% 0.32% -
HSV(B) 46.88º 0.33% 0.38% -
XYZ 9.54 10.24 6.47 -
YUV 89.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 97 90 65 0 0.07 0.33 0.62 46.88 0.2 0.32
Hex 61 5A 41 0 7 21 3E 2F 14 20
Octal 141 132 101 0 7 41 76 57 24 40
Binary 1100001 1011010 1000001 0 111 100001 111110 101111 10100 100000

Color Harmonies of #615A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A41

Black with #615A41

Text Example


Text Example

White with #615A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,90,65); }

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

background-color css

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

 a { background-color: rgb(97,90,65); }

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

border-color css

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

 span { border-color: rgb(97,90,65); }

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