#68502E

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

Shades of Dallas #68502E

Tints of Dallas #68502E

Color information

#68502E (or 0x68502E) is unknown color: approx Dallas. HEX triplet: 68, 50 and 2E. RGB value is (104,80,46). Sum of RGB (Red+Green+Blue) = 104+80+46=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68502E is #97AFD1. Grayscale: #535353. Windows color (decimal): -9940946 or 3035240. OLE color: 3035240.

HSL color Cylindrical-coordinate representation of color #68502E: hue angle of 35.17º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68502E is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1048046-
CMYK00.230.560.59
HSL35.17º38.67%29.41%-
HSV(B)35.17º55.77%40.78%-
XYZ9.078.883.82-
YUV83.3106.95142.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 46 (18.36% from 255) = 20%
R=45.22%
G=34.78%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104804600.230.560.5935.1738.6729.41
Hex68502E017383B23271d
Octal150120560277073434735
Binary1101000101000010111001011111100011101110001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68502E; }

 p { color: rgb(104,80,46); }

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

<style>
 a { background-color: #68502E; }

 a { background-color: rgb(104,80,46); }

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

<style>
 span { border-color: #68502E; }

 span { border-color: rgb(104,80,46); }

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