Html Css Color HEX #614C2E Dallas

📋 copy color: '#614C2E'

red 97 ◦ green 76 ◦ blue 46

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

Shades of Dallas #614C2E

Tints of Dallas #614C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21%

R = 44.29%
G = 34.7%
B = 21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#614C2E (or 0x614C2E) is known color: Dallas. HEX triplet: 61, 4C and 2E. RGB value is (97,76,46). Sum of RGB (Red+Green+Blue) = 97+76+46=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #614C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C2E is #9EB3D1. Grayscale: #4F4F4F. Windows color (decimal): -10400722 or 3034209. OLE color: 3034209.

HSL color Cylindrical-coordinate representation of color #614C2E: hue angle of 35.29º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #614C2E is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 76 46 -
CMYK 0 0.22 0.53 0.62
HSL 35.29º 0.36% 0.28% -
HSV(B) 35.29º 0.53% 0.38% -
XYZ 8.01 7.91 3.69 -
YUV 78.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 97 76 46 0 0.22 0.53 0.62 35.29 0.36 0.28
Hex 61 4C 2E 0 16 35 3E 23 24 1C
Octal 141 114 56 0 26 65 76 43 44 34
Binary 1100001 1001100 101110 0 10110 110101 111110 100011 100100 11100

Color Harmonies of #614C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C2E

Black with #614C2E

Text Example


Text Example

White with #614C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614C2E; }

 p { color: rgb(97,76,46); }

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

background-color css

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

 a { background-color: rgb(97,76,46); }

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

border-color css

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

 span { border-color: rgb(97,76,46); }

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