Html Css Color HEX #654E31 Dallas

📋 copy color: '#654E31'

red 101 ◦ green 78 ◦ blue 49

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

Shades of Dallas #654E31

Tints of Dallas #654E31

RGB

 RED value IS 101 (39.84% from 255) = 44.3%

 GREEN value IS 78 (30.86% from 255) = 34.21%

 BLUE value IS 49 (19.53% from 255) = 21.49%

R = 44.3%
G = 34.21%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#654E31 (or 0x654E31) is known color: Dallas. HEX triplet: 65, 4E and 31. RGB value is (101,78,49). Sum of RGB (Red+Green+Blue) = 101+78+49=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #654E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E31 is #9AB1CE. Grayscale: #515151. Windows color (decimal): -10138063 or 3231333. OLE color: 3231333.

HSL color Cylindrical-coordinate representation of color #654E31: hue angle of 33.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #654E31 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 78 49 -
CMYK 0 0.23 0.51 0.60
HSL 33.46º 0.35% 0.29% -
HSV(B) 33.46º 0.51% 0.4% -
XYZ 8.65 8.44 4.08 -
YUV 81.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 101 78 49 0 0.23 0.51 0.60 33.46 0.35 0.29
Hex 65 4E 31 0 17 33 3C 21 23 1D
Octal 145 116 61 0 27 63 74 41 43 35
Binary 1100101 1001110 110001 0 10111 110011 111100 100001 100011 11101

Color Harmonies of #654E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654E31

Black with #654E31

Text Example


Text Example

White with #654E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654E31; }

 p { color: rgb(101,78,49); }

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

background-color css

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

 a { background-color: rgb(101,78,49); }

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

border-color css

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

 span { border-color: rgb(101,78,49); }

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