Html Css Color HEX #6F594D Domino

📋 copy color: '#6F594D'

red 111 ◦ green 89 ◦ blue 77

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

Shades of Domino #6F594D

Tints of Domino #6F594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 77 (30.47% from 255) = 27.8%

R = 40.07%
G = 32.13%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F594D (or 0x6F594D) is known color: Domino. HEX triplet: 6F, 59 and 4D. RGB value is (111,89,77). Sum of RGB (Red+Green+Blue) = 111+89+77=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F594D is #90A6B2. Grayscale: #5E5E5E. Windows color (decimal): -9479859 or 5069167. OLE color: 5069167.

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

Color convert

RGB 111 89 77 -
CMYK 0 0.20 0.31 0.56
HSL 21.18º 0.18% 0.37% -
HSV(B) 21.18º 0.31% 0.44% -
XYZ 11.47 11.06 8.55 -
YUV 94.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 111 89 77 0 0.20 0.31 0.56 21.18 0.18 0.37
Hex 6F 59 4D 0 14 1F 38 15 12 25
Octal 157 131 115 0 24 37 70 25 22 45
Binary 1101111 1011001 1001101 0 10100 11111 111000 10101 10010 100101

Color Harmonies of #6F594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F594D

Black with #6F594D

Text Example


Text Example

White with #6F594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,89,77); }

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

background-color css

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

 a { background-color: rgb(111,89,77); }

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

border-color css

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

 span { border-color: rgb(111,89,77); }

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