Html Css Color HEX #6F5E4B Domino

📋 copy color: '#6F5E4B'

red 111 ◦ green 94 ◦ blue 75

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

Shades of Domino #6F5E4B

Tints of Domino #6F5E4B

RGB

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

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

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

R = 39.64%
G = 33.57%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F5E4B (or 0x6F5E4B) is known color: Domino. HEX triplet: 6F, 5E and 4B. RGB value is (111,94,75). Sum of RGB (Red+Green+Blue) = 111+94+75=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5E4B is #90A1B4. Grayscale: #616161. Windows color (decimal): -9478581 or 4939375. OLE color: 4939375.

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

Color convert

RGB 111 94 75 -
CMYK 0 0.15 0.32 0.56
HSL 31.67º 0.19% 0.36% -
HSV(B) 31.67º 0.32% 0.44% -
XYZ 11.83 11.89 8.33 -
YUV 96.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 111 94 75 0 0.15 0.32 0.56 31.67 0.19 0.36
Hex 6F 5E 4B 0 F 20 38 20 13 24
Octal 157 136 113 0 17 40 70 40 23 44
Binary 1101111 1011110 1001011 0 1111 100000 111000 100000 10011 100100

Color Harmonies of #6F5E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E4B

Black with #6F5E4B

Text Example


Text Example

White with #6F5E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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