#654B32

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

Shades of Dallas #654B32

Tints of Dallas #654B32

Color information

#654B32 (or 0x654B32) is unknown color: approx Dallas. HEX triplet: 65, 4B and 32. RGB value is (101,75,50). Sum of RGB (Red+Green+Blue) = 101+75+50=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #654B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B32 is #9AB4CD. Grayscale: #505050. Windows color (decimal): -10138830 or 3296101. OLE color: 3296101.

HSL color Cylindrical-coordinate representation of color #654B32: hue angle of 29.41º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654B32 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1017550-
CMYK00.260.500.60
HSL29.41º33.77%29.61%-
HSV(B)29.41º50.5%39.61%-
XYZ8.468.034.12-
YUV79.92111.11143.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.69%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=44.69%
G=33.19%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101755000.260.500.6029.4133.7729.61
Hex654B3201A323C1d221e
Octal145113620326274354236
Binary110010110010111100100110101100101111001110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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