Html Css Color HEX #6F5B4B Domino

📋 copy color: '#6F5B4B'

red 111 ◦ green 91 ◦ blue 75

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

Shades of Domino #6F5B4B

Tints of Domino #6F5B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

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

R = 40.07%
G = 32.85%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F5B4B (or 0x6F5B4B) is known color: Domino. HEX triplet: 6F, 5B and 4B. RGB value is (111,91,75). Sum of RGB (Red+Green+Blue) = 111+91+75=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5B4B is #90A4B4. Grayscale: #5F5F5F. Windows color (decimal): -9479349 or 4938607. OLE color: 4938607.

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

Color convert

RGB 111 91 75 -
CMYK 0 0.18 0.32 0.56
HSL 26.67º 0.19% 0.36% -
HSV(B) 26.67º 0.32% 0.44% -
XYZ 11.57 11.37 8.24 -
YUV 95.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 111 91 75 0 0.18 0.32 0.56 26.67 0.19 0.36
Hex 6F 5B 4B 0 12 20 38 1B 13 24
Octal 157 133 113 0 22 40 70 33 23 44
Binary 1101111 1011011 1001011 0 10010 100000 111000 11011 10011 100100

Color Harmonies of #6F5B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5B4B

Black with #6F5B4B

Text Example


Text Example

White with #6F5B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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