#684B2D

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

Shades of Dallas #684B2D

Tints of Dallas #684B2D

Color information

#684B2D (or 0x684B2D) is unknown color: approx Dallas. HEX triplet: 68, 4B and 2D. RGB value is (104,75,45). Sum of RGB (Red+Green+Blue) = 104+75+45=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #684B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B2D is #97B4D2. Grayscale: #505050. Windows color (decimal): -9942227 or 2968424. OLE color: 2968424.

HSL color Cylindrical-coordinate representation of color #684B2D: hue angle of 30.51º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #684B2D is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1047545-
CMYK00.280.570.59
HSL30.51º39.6%29.22%-
HSV(B)30.51º56.73%40.78%-
XYZ8.78.163.6-
YUV80.25108.11144.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=46.43%
G=33.48%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104754500.280.570.5930.5139.629.22
Hex684B2D01C393B1f281d
Octal150113550347173375035
Binary110100010010111011010111001110011110111111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684B2D; }

 p { color: rgb(104,75,45); }

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

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

 a { background-color: rgb(104,75,45); }

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

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

 span { border-color: rgb(104,75,45); }

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