Html Css Color HEX #614F33 Dallas

📋 copy color: '#614F33'

red 97 ◦ green 79 ◦ blue 51

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

Shades of Dallas #614F33

Tints of Dallas #614F33

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.8%

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

R = 42.73%
G = 34.8%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#614F33 (or 0x614F33) is known color: Dallas. HEX triplet: 61, 4F and 33. RGB value is (97,79,51). Sum of RGB (Red+Green+Blue) = 97+79+51=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F33 is #9EB0CC. Grayscale: #515151. Windows color (decimal): -10399949 or 3362657. OLE color: 3362657.

HSL color Cylindrical-coordinate representation of color #614F33: hue angle of 36.52º 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 #614F33 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 79 51 -
CMYK 0 0.19 0.47 0.62
HSL 36.52º 0.31% 0.29% -
HSV(B) 36.52º 0.47% 0.38% -
XYZ 8.32 8.37 4.31 -
YUV 81.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 97 79 51 0 0.19 0.47 0.62 36.52 0.31 0.29
Hex 61 4F 33 0 13 2F 3E 25 1F 1D
Octal 141 117 63 0 23 57 76 45 37 35
Binary 1100001 1001111 110011 0 10011 101111 111110 100101 11111 11101

Color Harmonies of #614F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F33

Black with #614F33

Text Example


Text Example

White with #614F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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