Html Css Color HEX #605A44 Millbrook

📋 copy color: '#605A44'

red 96 ◦ green 90 ◦ blue 68

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

Shades of Millbrook #605A44

Tints of Millbrook #605A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 37.8%
G = 35.43%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#605A44 (or 0x605A44) is known color: Millbrook. HEX triplet: 60, 5A and 44. RGB value is (96,90,68). Sum of RGB (Red+Green+Blue) = 96+90+68=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #605A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A44 is #9FA5BB. Grayscale: #595959. Windows color (decimal): -10462652 or 4479584. OLE color: 4479584.

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

Color convert

RGB 96 90 68 -
CMYK 0 0.06 0.29 0.62
HSL 47.14º 0.17% 0.32% -
HSV(B) 47.14º 0.29% 0.38% -
XYZ 9.52 10.22 6.94 -
YUV 89.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 96 90 68 0 0.06 0.29 0.62 47.14 0.17 0.32
Hex 60 5A 44 0 6 1D 3E 2F 11 20
Octal 140 132 104 0 6 35 76 57 21 40
Binary 1100000 1011010 1000100 0 110 11101 111110 101111 10001 100000

Color Harmonies of #605A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A44

Black with #605A44

Text Example


Text Example

White with #605A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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