Html Css Color HEX #6F5C49 Domino

📋 copy color: '#6F5C49'

red 111 ◦ green 92 ◦ blue 73

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

Shades of Domino #6F5C49

Tints of Domino #6F5C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

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

R = 40.22%
G = 33.33%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F5C49 (or 0x6F5C49) is known color: Domino. HEX triplet: 6F, 5C and 49. RGB value is (111,92,73). Sum of RGB (Red+Green+Blue) = 111+92+73=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C49 is #90A3B6. Grayscale: #5F5F5F. Windows color (decimal): -9479095 or 4807791. OLE color: 4807791.

HSL color Cylindrical-coordinate representation of color #6F5C49: hue angle of 30º 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 #6F5C49 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 92 73 -
CMYK 0 0.17 0.34 0.56
HSL 30º 0.21% 0.36% -
HSV(B) 30º 0.34% 0.44% -
XYZ 11.59 11.51 7.92 -
YUV 95.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 111 92 73 0 0.17 0.34 0.56 30 0.21 0.36
Hex 6F 5C 49 0 11 22 38 1E 15 24
Octal 157 134 111 0 21 42 70 36 25 44
Binary 1101111 1011100 1001001 0 10001 100010 111000 11110 10101 100100

Color Harmonies of #6F5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5C49

Black with #6F5C49

Text Example


Text Example

White with #6F5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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