Html Css Color HEX #6F5031 Dallas

📋 copy color: '#6F5031'

red 111 ◦ green 80 ◦ blue 49

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

Shades of Dallas #6F5031

Tints of Dallas #6F5031

RGB

 RED value IS 111 (43.75% from 255) = 46.25%

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 46.25%
G = 33.33%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F5031 (or 0x6F5031) is known color: Dallas. HEX triplet: 6F, 50 and 31. RGB value is (111,80,49). Sum of RGB (Red+Green+Blue) = 111+80+49=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5031 is #90AFCE. Grayscale: #555555. Windows color (decimal): -9482191 or 3231855. OLE color: 3231855.

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

Color convert

RGB 111 80 49 -
CMYK 0 0.28 0.56 0.56
HSL 30º 0.39% 0.31% -
HSV(B) 30º 0.56% 0.44% -
XYZ 9.98 9.34 4.18 -
YUV 85.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 111 80 49 0 0.28 0.56 0.56 30 0.39 0.31
Hex 6F 50 31 0 1C 38 38 1E 27 1F
Octal 157 120 61 0 34 70 70 36 47 37
Binary 1101111 1010000 110001 0 11100 111000 111000 11110 100111 11111

Color Harmonies of #6F5031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5031

Black with #6F5031

Text Example


Text Example

White with #6F5031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F5031;
 }
 .AnyTagClassName
 {
   color: #6F5031;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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