#694C2D

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

Shades of Dallas #694C2D

Tints of Dallas #694C2D

Color information

#694C2D (or 0x694C2D) is unknown color: approx Dallas. HEX triplet: 69, 4C and 2D. RGB value is (105,76,45). Sum of RGB (Red+Green+Blue) = 105+76+45=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #694C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C2D is #96B3D2. Grayscale: #515151. Windows color (decimal): -9876435 or 2968681. OLE color: 2968681.

HSL color Cylindrical-coordinate representation of color #694C2D: hue angle of 31º 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 #694C2D is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1057645-
CMYK00.280.570.59
HSL31º40%29.41%-
HSV(B)31º57.14%41.18%-
XYZ8.888.363.63-
YUV81.14107.61145.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 45 (17.97% from 255) = 19.91%
R=46.46%
G=33.63%
B=19.91%

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
Decimal105764500.280.570.59314029.41
Hex694C2D01C393B1f281d
Octal151114550347173375035
Binary110100110011001011010111001110011110111111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694C2D; }

 p { color: rgb(105,76,45); }

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

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

 a { background-color: rgb(105,76,45); }

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

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

 span { border-color: rgb(105,76,45); }

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