Html Css Color HEX #604828 Dallas

📋 copy color: '#604828'

red 96 ◦ green 72 ◦ blue 40

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

Shades of Dallas #604828

Tints of Dallas #604828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 46.15%
G = 34.62%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#604828 (or 0x604828) is known color: Dallas. HEX triplet: 60, 48 and 28. RGB value is (96,72,40). Sum of RGB (Red+Green+Blue) = 96+72+40=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #604828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604828 is #9FB7D7. Grayscale: #4B4B4B. Windows color (decimal): -10467288 or 2639968. OLE color: 2639968.

HSL color Cylindrical-coordinate representation of color #604828: hue angle of 34.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #604828 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 72 40 -
CMYK 0 0.25 0.58 0.62
HSL 34.29º 0.41% 0.27% -
HSV(B) 34.29º 0.58% 0.38% -
XYZ 7.52 7.27 3.02 -
YUV 75.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 96 72 40 0 0.25 0.58 0.62 34.29 0.41 0.27
Hex 60 48 28 0 19 3A 3E 22 29 1B
Octal 140 110 50 0 31 72 76 42 51 33
Binary 1100000 1001000 101000 0 11001 111010 111110 100010 101001 11011

Color Harmonies of #604828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604828

Black with #604828

Text Example


Text Example

White with #604828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604828; }

 p { color: rgb(96,72,40); }

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

background-color css

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

 a { background-color: rgb(96,72,40); }

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

border-color css

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

 span { border-color: rgb(96,72,40); }

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