Html Css Color HEX #615A3F Millbrook

📋 copy color: '#615A3F'

red 97 ◦ green 90 ◦ blue 63

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

Shades of Millbrook #615A3F

Tints of Millbrook #615A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.2%

R = 38.8%
G = 36%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#615A3F (or 0x615A3F) is known color: Millbrook. HEX triplet: 61, 5A and 3F. RGB value is (97,90,63). Sum of RGB (Red+Green+Blue) = 97+90+63=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #615A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A3F is #9EA5C0. Grayscale: #595959. Windows color (decimal): -10397121 or 4151905. OLE color: 4151905.

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

Color convert

RGB 97 90 63 -
CMYK 0 0.07 0.35 0.62
HSL 47.65º 0.21% 0.31% -
HSV(B) 47.65º 0.35% 0.38% -
XYZ 9.48 10.21 6.17 -
YUV 89.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 97 90 63 0 0.07 0.35 0.62 47.65 0.21 0.31
Hex 61 5A 3F 0 7 23 3E 30 15 1F
Octal 141 132 77 0 7 43 76 60 25 37
Binary 1100001 1011010 111111 0 111 100011 111110 110000 10101 11111

Color Harmonies of #615A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A3F

Black with #615A3F

Text Example


Text Example

White with #615A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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