Html Css Color HEX #614A33 Dallas

📋 copy color: '#614A33'

red 97 ◦ green 74 ◦ blue 51

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

Shades of Dallas #614A33

Tints of Dallas #614A33

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.33%

 BLUE value IS 51 (20.31% from 255) = 22.97%

R = 43.69%
G = 33.33%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#614A33 (or 0x614A33) is known color: Dallas. HEX triplet: 61, 4A and 33. RGB value is (97,74,51). Sum of RGB (Red+Green+Blue) = 97+74+51=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #614A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A33 is #9EB5CC. Grayscale: #4E4E4E. Windows color (decimal): -10401229 or 3361377. OLE color: 3361377.

HSL color Cylindrical-coordinate representation of color #614A33: hue angle of 30º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614A33 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 74 51 -
CMYK 0 0.24 0.47 0.62
HSL 30º 0.31% 0.29% -
HSV(B) 30º 0.47% 0.38% -
XYZ 7.98 7.68 4.19 -
YUV 78.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 97 74 51 0 0.24 0.47 0.62 30 0.31 0.29
Hex 61 4A 33 0 18 2F 3E 1E 1F 1D
Octal 141 112 63 0 30 57 76 36 37 35
Binary 1100001 1001010 110011 0 11000 101111 111110 11110 11111 11101

Color Harmonies of #614A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A33

Black with #614A33

Text Example


Text Example

White with #614A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,51); }

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

background-color css

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

 a { background-color: rgb(97,74,51); }

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

border-color css

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

 span { border-color: rgb(97,74,51); }

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