Html Css Color HEX #605A42 Millbrook

📋 copy color: '#605A42'

red 96 ◦ green 90 ◦ blue 66

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

Shades of Millbrook #605A42

Tints of Millbrook #605A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 38.1%
G = 35.71%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#605A42 (or 0x605A42) is known color: Millbrook. HEX triplet: 60, 5A and 42. RGB value is (96,90,66). Sum of RGB (Red+Green+Blue) = 96+90+66=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #605A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A42 is #9FA5BD. Grayscale: #595959. Windows color (decimal): -10462654 or 4348512. OLE color: 4348512.

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

Color convert

RGB 96 90 66 -
CMYK 0 0.06 0.31 0.62
HSL 48º 0.19% 0.32% -
HSV(B) 48º 0.31% 0.38% -
XYZ 9.46 10.19 6.62 -
YUV 89.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 96 90 66 0 0.06 0.31 0.62 48 0.19 0.32
Hex 60 5A 42 0 6 1F 3E 30 13 20
Octal 140 132 102 0 6 37 76 60 23 40
Binary 1100000 1011010 1000010 0 110 11111 111110 110000 10011 100000

Color Harmonies of #605A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A42

Black with #605A42

Text Example


Text Example

White with #605A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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