#67482C

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

Shades of Dallas #67482C

Tints of Dallas #67482C

Color information

#67482C (or 0x67482C) is unknown color: approx Dallas. HEX triplet: 67, 48 and 2C. RGB value is (103,72,44). Sum of RGB (Red+Green+Blue) = 103+72+44=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #67482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67482C is #98B7D3. Grayscale: #4E4E4E. Windows color (decimal): -10008532 or 2902119. OLE color: 2902119.

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

Color convert

RGB1037244-
CMYK00.300.570.60
HSL28.47º40.14%28.82%-
HSV(B)28.47º57.28%40.39%-
XYZ8.377.73.43-
YUV78.08108.77145.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.03%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=47.03%
G=32.88%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103724400.300.570.6028.4740.1428.82
Hex67482C01E393C1c281d
Octal147110540367174345035
Binary110011110010001011000111101110011111001110010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67482C; }

 p { color: rgb(103,72,44); }

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

<style>
 a { background-color: #67482C; }

 a { background-color: rgb(103,72,44); }

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

<style>
 span { border-color: #67482C; }

 span { border-color: rgb(103,72,44); }

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