Html Css Color HEX #605A41 Millbrook

📋 copy color: '#605A41'

red 96 ◦ green 90 ◦ blue 65

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

Shades of Millbrook #605A41

Tints of Millbrook #605A41

RGB

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

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

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

R = 38.25%
G = 35.86%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#605A41 (or 0x605A41) is known color: Millbrook. HEX triplet: 60, 5A and 41. RGB value is (96,90,65). Sum of RGB (Red+Green+Blue) = 96+90+65=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #605A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A41 is #9FA5BE. Grayscale: #595959. Windows color (decimal): -10462655 or 4282976. OLE color: 4282976.

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

Color convert

RGB 96 90 65 -
CMYK 0 0.06 0.32 0.62
HSL 48.39º 0.19% 0.32% -
HSV(B) 48.39º 0.32% 0.38% -
XYZ 9.43 10.18 6.47 -
YUV 88.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 96 90 65 0 0.06 0.32 0.62 48.39 0.19 0.32
Hex 60 5A 41 0 6 20 3E 30 13 20
Octal 140 132 101 0 6 40 76 60 23 40
Binary 1100000 1011010 1000001 0 110 100000 111110 110000 10011 100000

Color Harmonies of #605A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A41

Black with #605A41

Text Example


Text Example

White with #605A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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