Html Css Color HEX #614827 Dallas

📋 copy color: '#614827'

red 97 ◦ green 72 ◦ blue 39

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

Shades of Dallas #614827

Tints of Dallas #614827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.75%

R = 46.63%
G = 34.62%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#614827 (or 0x614827) is known color: Dallas. HEX triplet: 61, 48 and 27. RGB value is (97,72,39). Sum of RGB (Red+Green+Blue) = 97+72+39=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #614827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614827 is #9EB7D8. Grayscale: #4B4B4B. Windows color (decimal): -10401753 or 2574433. OLE color: 2574433.

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

Color convert

RGB 97 72 39 -
CMYK 0 0.26 0.60 0.62
HSL 34.14º 0.43% 0.27% -
HSV(B) 34.14º 0.6% 0.38% -
XYZ 7.61 7.32 2.93 -
YUV 75.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 97 72 39 0 0.26 0.60 0.62 34.14 0.43 0.27
Hex 61 48 27 0 1A 3C 3E 22 2B 1B
Octal 141 110 47 0 32 74 76 42 53 33
Binary 1100001 1001000 100111 0 11010 111100 111110 100010 101011 11011

Color Harmonies of #614827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614827

Black with #614827

Text Example


Text Example

White with #614827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614827; }

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

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

background-color css

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

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

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

border-color css

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

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

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