Html Css Color HEX #604C37 Dallas

📋 copy color: '#604C37'

red 96 ◦ green 76 ◦ blue 55

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

Shades of Dallas #604C37

Tints of Dallas #604C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.48%

 BLUE value IS 55 (21.88% from 255) = 24.23%

R = 42.29%
G = 33.48%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#604C37 (or 0x604C37) is known color: Dallas. HEX triplet: 60, 4C and 37. RGB value is (96,76,55). Sum of RGB (Red+Green+Blue) = 96+76+55=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #604C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C37 is #9FB3C8. Grayscale: #4F4F4F. Windows color (decimal): -10466249 or 3624032. OLE color: 3624032.

HSL color Cylindrical-coordinate representation of color #604C37: hue angle of 30.73º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #604C37 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 76 55 -
CMYK 0 0.21 0.43 0.62
HSL 30.73º 0.27% 0.3% -
HSV(B) 30.73º 0.43% 0.38% -
XYZ 8.1 7.93 4.72 -
YUV 79.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 96 76 55 0 0.21 0.43 0.62 30.73 0.27 0.3
Hex 60 4C 37 0 15 2B 3E 1F 1B 1E
Octal 140 114 67 0 25 53 76 37 33 36
Binary 1100000 1001100 110111 0 10101 101011 111110 11111 11011 11110

Color Harmonies of #604C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C37

Black with #604C37

Text Example


Text Example

White with #604C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,76,55); }

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

background-color css

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

 a { background-color: rgb(96,76,55); }

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

border-color css

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

 span { border-color: rgb(96,76,55); }

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