Html Css Color HEX #6F5130 Dallas

📋 copy color: '#6F5130'

red 111 ◦ green 81 ◦ blue 48

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

Shades of Dallas #6F5130

Tints of Dallas #6F5130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

 BLUE value IS 48 (19.14% from 255) = 20%

R = 46.25%
G = 33.75%
B = 20%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F5130 (or 0x6F5130) is known color: Dallas. HEX triplet: 6F, 51 and 30. RGB value is (111,81,48). Sum of RGB (Red+Green+Blue) = 111+81+48=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5130 is #90AECF. Grayscale: #565656. Windows color (decimal): -9481936 or 3166575. OLE color: 3166575.

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

Color convert

RGB 111 81 48 -
CMYK 0 0.27 0.57 0.56
HSL 31.43º 0.4% 0.31% -
HSV(B) 31.43º 0.57% 0.44% -
XYZ 10.03 9.48 4.1 -
YUV 86.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 111 81 48 0 0.27 0.57 0.56 31.43 0.4 0.31
Hex 6F 51 30 0 1B 39 38 1F 28 1F
Octal 157 121 60 0 33 71 70 37 50 37
Binary 1101111 1010001 110000 0 11011 111001 111000 11111 101000 11111

Color Harmonies of #6F5130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5130

Black with #6F5130

Text Example


Text Example

White with #6F5130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,81,48); }

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

background-color css

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

 a { background-color: rgb(111,81,48); }

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

border-color css

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

 span { border-color: rgb(111,81,48); }

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