Html Css Color HEX #6F5E49 Domino

📋 copy color: '#6F5E49'

red 111 ◦ green 94 ◦ blue 73

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

Shades of Domino #6F5E49

Tints of Domino #6F5E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.81%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 39.93%
G = 33.81%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F5E49 (or 0x6F5E49) is known color: Domino. HEX triplet: 6F, 5E and 49. RGB value is (111,94,73). Sum of RGB (Red+Green+Blue) = 111+94+73=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E49 is #90A1B6. Grayscale: #606060. Windows color (decimal): -9478583 or 4808303. OLE color: 4808303.

HSL color Cylindrical-coordinate representation of color #6F5E49: hue angle of 33.16º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F5E49 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 94 73 -
CMYK 0 0.15 0.34 0.56
HSL 33.16º 0.21% 0.36% -
HSV(B) 33.16º 0.34% 0.44% -
XYZ 11.76 11.87 7.97 -
YUV 96.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 111 94 73 0 0.15 0.34 0.56 33.16 0.21 0.36
Hex 6F 5E 49 0 F 22 38 21 15 24
Octal 157 136 111 0 17 42 70 41 25 44
Binary 1101111 1011110 1001001 0 1111 100010 111000 100001 10101 100100

Color Harmonies of #6F5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E49

Black with #6F5E49

Text Example


Text Example

White with #6F5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,94,73); }

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

background-color css

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

 a { background-color: rgb(111,94,73); }

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

border-color css

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

 span { border-color: rgb(111,94,73); }

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