Html Css Color HEX #604C35 Dallas

📋 copy color: '#604C35'

red 96 ◦ green 76 ◦ blue 53

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

Shades of Dallas #604C35

Tints of Dallas #604C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 42.67%
G = 33.78%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#604C35 (or 0x604C35) is known color: Dallas. HEX triplet: 60, 4C and 35. RGB value is (96,76,53). Sum of RGB (Red+Green+Blue) = 96+76+53=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #604C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C35 is #9FB3CA. Grayscale: #4F4F4F. Windows color (decimal): -10466251 or 3492960. OLE color: 3492960.

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

Color convert

RGB 96 76 53 -
CMYK 0 0.21 0.45 0.62
HSL 32.09º 0.29% 0.29% -
HSV(B) 32.09º 0.45% 0.38% -
XYZ 8.05 7.91 4.47 -
YUV 79.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 96 76 53 0 0.21 0.45 0.62 32.09 0.29 0.29
Hex 60 4C 35 0 15 2D 3E 20 1D 1D
Octal 140 114 65 0 25 55 76 40 35 35
Binary 1100000 1001100 110101 0 10101 101101 111110 100000 11101 11101

Color Harmonies of #604C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C35

Black with #604C35

Text Example


Text Example

White with #604C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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