Html Css Color HEX #6F594B Domino

📋 copy color: '#6F594B'

red 111 ◦ green 89 ◦ blue 75

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

Shades of Domino #6F594B

Tints of Domino #6F594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.27%

R = 40.36%
G = 32.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F594B (or 0x6F594B) is known color: Domino. HEX triplet: 6F, 59 and 4B. RGB value is (111,89,75). Sum of RGB (Red+Green+Blue) = 111+89+75=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F594B is #90A6B4. Grayscale: #5E5E5E. Windows color (decimal): -9479861 or 4938095. OLE color: 4938095.

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

Color convert

RGB 111 89 75 -
CMYK 0 0.20 0.32 0.56
HSL 23.33º 0.19% 0.36% -
HSV(B) 23.33º 0.32% 0.44% -
XYZ 11.4 11.03 8.19 -
YUV 93.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 111 89 75 0 0.20 0.32 0.56 23.33 0.19 0.36
Hex 6F 59 4B 0 14 20 38 17 13 24
Octal 157 131 113 0 24 40 70 27 23 44
Binary 1101111 1011001 1001011 0 10100 100000 111000 10111 10011 100100

Color Harmonies of #6F594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F594B

Black with #6F594B

Text Example


Text Example

White with #6F594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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