#675034

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

Shades of Dallas #675034

Tints of Dallas #675034

Color information

#675034 (or 0x675034) is unknown color: approx Dallas. HEX triplet: 67, 50 and 34. RGB value is (103,80,52). Sum of RGB (Red+Green+Blue) = 103+80+52=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 103 - color contains mainly: red. Hex color #675034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675034 is #98AFCB. Grayscale: #535353. Windows color (decimal): -10006476 or 3428455. OLE color: 3428455.

HSL color Cylindrical-coordinate representation of color #675034: hue angle of 32.94º degrees, saturation: 0.33, 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 #675034 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1038052-
CMYK00.220.500.60
HSL32.94º32.9%30.39%-
HSV(B)32.94º49.51%40.39%-
XYZ9.088.874.48-
YUV83.68110.12141.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.83%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=43.83%
G=34.04%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103805200.220.500.6032.9432.930.39
Hex675034016323C21211e
Octal147120640266274414136
Binary1100111101000011010001011011001011110010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675034; }

 p { color: rgb(103,80,52); }

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

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

 a { background-color: rgb(103,80,52); }

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

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

 span { border-color: rgb(103,80,52); }

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