Html Css Color HEX #614728 Dallas

📋 copy color: '#614728'

red 97 ◦ green 71 ◦ blue 40

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

Shades of Dallas #614728

Tints of Dallas #614728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

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

R = 46.63%
G = 34.13%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#614728 (or 0x614728) is known color: Dallas. HEX triplet: 61, 47 and 28. RGB value is (97,71,40). Sum of RGB (Red+Green+Blue) = 97+71+40=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #614728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614728 is #9EB8D7. Grayscale: #4B4B4B. Windows color (decimal): -10402008 or 2639713. OLE color: 2639713.

HSL color Cylindrical-coordinate representation of color #614728: hue angle of 32.63º 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 #614728 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 40 -
CMYK 0 0.27 0.59 0.62
HSL 32.63º 0.42% 0.27% -
HSV(B) 32.63º 0.59% 0.38% -
XYZ 7.57 7.2 3 -
YUV 75.24 108.11 143.52 -
System Red Green Blue C M Y K H S L
Decimal 97 71 40 0 0.27 0.59 0.62 32.63 0.42 0.27
Hex 61 47 28 0 1B 3B 3E 21 2A 1B
Octal 141 107 50 0 33 73 76 41 52 33
Binary 1100001 1000111 101000 0 11011 111011 111110 100001 101010 11011

Color Harmonies of #614728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614728

Black with #614728

Text Example


Text Example

White with #614728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614728; }

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

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

background-color css

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

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

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

border-color css

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

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

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