Html Css Color HEX #614B32 Dallas

📋 copy color: '#614B32'

red 97 ◦ green 75 ◦ blue 50

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

Shades of Dallas #614B32

Tints of Dallas #614B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.78%

 BLUE value IS 50 (19.92% from 255) = 22.52%

R = 43.69%
G = 33.78%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#614B32 (or 0x614B32) is known color: Dallas. HEX triplet: 61, 4B and 32. RGB value is (97,75,50). Sum of RGB (Red+Green+Blue) = 97+75+50=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #614B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B32 is #9EB4CD. Grayscale: #4E4E4E. Windows color (decimal): -10400974 or 3296097. OLE color: 3296097.

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

Color convert

RGB 97 75 50 -
CMYK 0 0.23 0.48 0.62
HSL 31.91º 0.32% 0.29% -
HSV(B) 31.91º 0.48% 0.38% -
XYZ 8.02 7.8 4.1 -
YUV 78.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 97 75 50 0 0.23 0.48 0.62 31.91 0.32 0.29
Hex 61 4B 32 0 17 30 3E 20 20 1D
Octal 141 113 62 0 27 60 76 40 40 35
Binary 1100001 1001011 110010 0 10111 110000 111110 100000 100000 11101

Color Harmonies of #614B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B32

Black with #614B32

Text Example


Text Example

White with #614B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,75,50); }

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

background-color css

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

 a { background-color: rgb(97,75,50); }

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

border-color css

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

 span { border-color: rgb(97,75,50); }

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