Html Css Color HEX #614828 Dallas

📋 copy color: '#614828'

red 97 ◦ green 72 ◦ blue 40

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

Shades of Dallas #614828

Tints of Dallas #614828

RGB

 RED value IS 97 (38.28% from 255) = 46.41%

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

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

R = 46.41%
G = 34.45%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#614828 (or 0x614828) is known color: Dallas. HEX triplet: 61, 48 and 28. RGB value is (97,72,40). Sum of RGB (Red+Green+Blue) = 97+72+40=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #614828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614828 is #9EB7D7. Grayscale: #4B4B4B. Windows color (decimal): -10401752 or 2639969. OLE color: 2639969.

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

Color convert

RGB 97 72 40 -
CMYK 0 0.26 0.59 0.62
HSL 33.68º 0.42% 0.27% -
HSV(B) 33.68º 0.59% 0.38% -
XYZ 7.63 7.33 3.02 -
YUV 75.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 97 72 40 0 0.26 0.59 0.62 33.68 0.42 0.27
Hex 61 48 28 0 1A 3B 3E 22 2A 1B
Octal 141 110 50 0 32 73 76 42 52 33
Binary 1100001 1001000 101000 0 11010 111011 111110 100010 101010 11011

Color Harmonies of #614828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614828

Black with #614828

Text Example


Text Example

White with #614828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614828; }

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

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

background-color css

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

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

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

border-color css

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

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

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