#65482D

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

Shades of Dallas #65482D

Tints of Dallas #65482D

Color information

#65482D (or 0x65482D) is unknown color: approx Dallas. HEX triplet: 65, 48 and 2D. RGB value is (101,72,45). Sum of RGB (Red+Green+Blue) = 101+72+45=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #65482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65482D is #9AB7D2. Grayscale: #4D4D4D. Windows color (decimal): -10139603 or 2967653. OLE color: 2967653.

HSL color Cylindrical-coordinate representation of color #65482D: hue angle of 28.93º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65482D is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1017245-
CMYK00.290.550.60
HSL28.93º38.36%28.63%-
HSV(B)28.93º55.45%39.61%-
XYZ8.167.593.52-
YUV77.59109.61144.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 45 (17.97% from 255) = 20.64%
R=46.33%
G=33.03%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101724500.290.550.6028.9338.3628.63
Hex65482D01D373C1d261d
Octal145110550356774354635
Binary110010110010001011010111011101111111001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65482D; }

 p { color: rgb(101,72,45); }

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

<style>
 a { background-color: #65482D; }

 a { background-color: rgb(101,72,45); }

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

<style>
 span { border-color: #65482D; }

 span { border-color: rgb(101,72,45); }

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