Html Css Color HEX #6D5D4B Domino

📋 copy color: '#6D5D4B'

red 109 ◦ green 93 ◦ blue 75

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

Shades of Domino #6D5D4B

Tints of Domino #6D5D4B

RGB

 RED value IS 109 (42.97% from 255) = 39.35%

 GREEN value IS 93 (36.72% from 255) = 33.57%

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

R = 39.35%
G = 33.57%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D5D4B (or 0x6D5D4B) is known color: Domino. HEX triplet: 6D, 5D and 4B. RGB value is (109,93,75). Sum of RGB (Red+Green+Blue) = 109+93+75=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5D4B is #92A2B4. Grayscale: #5F5F5F. Windows color (decimal): -9609909 or 4939117. OLE color: 4939117.

HSL color Cylindrical-coordinate representation of color #6D5D4B: hue angle of 31.76º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D5D4B is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 93 75 -
CMYK 0 0.15 0.31 0.57
HSL 31.76º 0.18% 0.36% -
HSV(B) 31.76º 0.31% 0.43% -
XYZ 11.49 11.59 8.29 -
YUV 95.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 109 93 75 0 0.15 0.31 0.57 31.76 0.18 0.36
Hex 6D 5D 4B 0 F 1F 39 20 12 24
Octal 155 135 113 0 17 37 71 40 22 44
Binary 1101101 1011101 1001011 0 1111 11111 111001 100000 10010 100100

Color Harmonies of #6D5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5D4B

Black with #6D5D4B

Text Example


Text Example

White with #6D5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,93,75); }

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

background-color css

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

 a { background-color: rgb(109,93,75); }

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

border-color css

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

 span { border-color: rgb(109,93,75); }

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