Html Css Color HEX #6F502F Dallas

📋 copy color: '#6F502F'

red 111 ◦ green 80 ◦ blue 47

#6F502F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dallas #6F502F

Tints of Dallas #6F502F

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 value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F502F (or 0x6F502F) is known color: 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

RGB 111 80 47 -
CMYK 0 0.28 0.58 0.56
HSL 30.94º 0.41% 0.31% -
HSV(B) 30.94º 0.58% 0.44% -
XYZ 9.94 9.32 3.96 -
YUV 85.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 111 80 47 0 0.28 0.58 0.56 30.94 0.41 0.31
Hex 6F 50 2F 0 1C 3A 38 1F 29 1F
Octal 157 120 57 0 34 72 70 37 51 37
Binary 1101111 1010000 101111 0 11100 111010 111000 11111 101001 11111

Color Harmonies of #6F502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F502F

Black with #6F502F

Text Example


Text Example

White with #6F502F

Text Example


Text Example

HTML Codes & Css Web 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>