#6F502F

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

Shades of Dallas #6F502F

Tints of Dallas #6F502F

Color information

#6F502F (or 0x6F502F) is unknown color: approx Dallas. HEX triplet: 6F, 50 and 2F. RGB value is (111,80,47). Sum of RGB (Red+Green+Blue) = 111+80+47=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F502F is #90AFD0. Grayscale: #555555. Windows color (decimal): -9482193 or 3100783. OLE color: 3100783.

HSL color Cylindrical-coordinate representation of color #6F502F: hue angle of 30.94º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F502F is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1118047-
CMYK00.280.580.56
HSL30.94º40.51%30.98%-
HSV(B)30.94º57.66%43.53%-
XYZ9.949.323.96-
YUV85.51106.27146.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=46.64%
G=33.61%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111804700.280.580.5630.9440.5130.98
Hex6F502F01C3A381f291f
Octal157120570347270375137
Binary110111110100001011110111001110101110001111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,80,47); }

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

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

 a { background-color: rgb(111,80,47); }

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

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

 span { border-color: rgb(111,80,47); }

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