#68482E

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

Shades of Dallas #68482E

Tints of Dallas #68482E

Color information

#68482E (or 0x68482E) is unknown color: approx Dallas. HEX triplet: 68, 48 and 2E. RGB value is (104,72,46). Sum of RGB (Red+Green+Blue) = 104+72+46=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68482E is #97B7D1. Grayscale: #4E4E4E. Windows color (decimal): -9942994 or 3033192. OLE color: 3033192.

HSL color Cylindrical-coordinate representation of color #68482E: hue angle of 26.9º 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 #68482E is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1047246-
CMYK00.310.560.59
HSL26.9º38.67%29.41%-
HSV(B)26.9º55.77%40.78%-
XYZ8.527.783.64-
YUV78.6109.6146.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 46 (18.36% from 255) = 20.72%
R=46.85%
G=32.43%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104724600.310.560.5926.938.6729.41
Hex68482E01F383B1b271d
Octal150110560377073334735
Binary110100010010001011100111111110001110111101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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