#6B4C2E

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

Shades of Dallas #6B4C2E

Tints of Dallas #6B4C2E

Color information

#6B4C2E (or 0x6B4C2E) is unknown color: approx Dallas. HEX triplet: 6B, 4C and 2E. RGB value is (107,76,46). Sum of RGB (Red+Green+Blue) = 107+76+46=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4C2E is #94B3D1. Grayscale: #525252. Windows color (decimal): -9745362 or 3034219. OLE color: 3034219.

HSL color Cylindrical-coordinate representation of color #6B4C2E: hue angle of 29.51º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B4C2E is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB1077646-
CMYK00.290.570.58
HSL29.51º39.87%30%-
HSV(B)29.51º57.01%41.96%-
XYZ9.148.493.74-
YUV81.85107.77145.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.72%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=46.72%
G=33.19%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107764600.290.570.5829.5139.8730
Hex6B4C2E01D393A1e281e
Octal153114560357172365036
Binary110101110011001011100111011110011110101111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B4C2E; }

 p { color: rgb(107,76,46); }

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

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

 a { background-color: rgb(107,76,46); }

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

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

 span { border-color: rgb(107,76,46); }

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