Html Css Color HEX #605A43 Millbrook

📋 copy color: '#605A43'

red 96 ◦ green 90 ◦ blue 67

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

Shades of Millbrook #605A43

Tints of Millbrook #605A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 37.94%
G = 35.57%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#605A43 (or 0x605A43) is known color: Millbrook. HEX triplet: 60, 5A and 43. RGB value is (96,90,67). Sum of RGB (Red+Green+Blue) = 96+90+67=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #605A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A43 is #9FA5BC. Grayscale: #595959. Windows color (decimal): -10462653 or 4414048. OLE color: 4414048.

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

Color convert

RGB 96 90 67 -
CMYK 0 0.06 0.30 0.62
HSL 47.59º 0.18% 0.32% -
HSV(B) 47.59º 0.3% 0.38% -
XYZ 9.49 10.2 6.78 -
YUV 89.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 96 90 67 0 0.06 0.30 0.62 47.59 0.18 0.32
Hex 60 5A 43 0 6 1E 3E 30 12 20
Octal 140 132 103 0 6 36 76 60 22 40
Binary 1100000 1011010 1000011 0 110 11110 111110 110000 10010 100000

Color Harmonies of #605A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A43

Black with #605A43

Text Example


Text Example

White with #605A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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