Html Css Color HEX #604D31 Dallas

📋 copy color: '#604D31'

red 96 ◦ green 77 ◦ blue 49

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

Shades of Dallas #604D31

Tints of Dallas #604D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.68%

 BLUE value IS 49 (19.53% from 255) = 22.07%

R = 43.24%
G = 34.68%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#604D31 (or 0x604D31) is known color: Dallas. HEX triplet: 60, 4D and 31. RGB value is (96,77,49). Sum of RGB (Red+Green+Blue) = 96+77+49=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #604D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D31 is #9FB2CE. Grayscale: #4F4F4F. Windows color (decimal): -10465999 or 3231072. OLE color: 3231072.

HSL color Cylindrical-coordinate representation of color #604D31: hue angle of 35.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #604D31 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 77 49 -
CMYK 0 0.20 0.49 0.62
HSL 35.74º 0.32% 0.28% -
HSV(B) 35.74º 0.49% 0.38% -
XYZ 8.03 8.02 4.03 -
YUV 79.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 96 77 49 0 0.20 0.49 0.62 35.74 0.32 0.28
Hex 60 4D 31 0 14 31 3E 24 20 1C
Octal 140 115 61 0 24 61 76 44 40 34
Binary 1100000 1001101 110001 0 10100 110001 111110 100100 100000 11100

Color Harmonies of #604D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D31

Black with #604D31

Text Example


Text Example

White with #604D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604D31; }

 p { color: rgb(96,77,49); }

 H1.HeaderClassName
 {
   color: #604D31;
 }
 .AnyTagClassName
 {
   color: #604D31;
 }
</style>

background-color css

<style>
 a { background-color: #604D31; }

 a { background-color: rgb(96,77,49); }

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

border-color css

<style>
 span { border-color: #604D31; }

 span { border-color: rgb(96,77,49); }

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