#654D2E

Color #654D2E Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #654D2E

Tints of Dallas #654D2E

Color information

#654D2E (or 0x654D2E) is unknown color: approx Dallas. HEX triplet: 65, 4D and 2E. RGB value is (101,77,46). Sum of RGB (Red+Green+Blue) = 101+77+46=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #654D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D2E is #9AB2D1. Grayscale: #505050. Windows color (decimal): -10138322 or 3034469. OLE color: 3034469.

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

Color convert

RGB1017746-
CMYK00.240.540.60
HSL33.82º37.41%28.82%-
HSV(B)33.82º54.46%39.61%-
XYZ8.518.273.73-
YUV80.64108.45142.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.09%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=45.09%
G=34.38%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101774600.240.540.6033.8237.4128.82
Hex654D2E018363C22251d
Octal145115560306674424535
Binary1100101100110110111001100011011011110010001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,77,46); }

 H1.HeaderClassName
 {
   color: #654D2E;
 }
 .AnyTagClassName
 {
   color: #654D2E;
 }
</style>
background-color css

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

 a { background-color: rgb(101,77,46); }

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

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

 span { border-color: rgb(101,77,46); }

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