Html Css Color HEX #6D5948 Domino

📋 copy color: '#6D5948'

red 109 ◦ green 89 ◦ blue 72

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

Shades of Domino #6D5948

Tints of Domino #6D5948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 40.37%
G = 32.96%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D5948 (or 0x6D5948) is known color: Domino. HEX triplet: 6D, 59 and 48. RGB value is (109,89,72). Sum of RGB (Red+Green+Blue) = 109+89+72=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5948 is #92A6B7. Grayscale: #5D5D5D. Windows color (decimal): -9610936 or 4741485. OLE color: 4741485.

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

Color convert

RGB 109 89 72 -
CMYK 0 0.18 0.34 0.57
HSL 27.57º 0.2% 0.35% -
HSV(B) 27.57º 0.34% 0.43% -
XYZ 11.05 10.86 7.65 -
YUV 93.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 109 89 72 0 0.18 0.34 0.57 27.57 0.2 0.35
Hex 6D 59 48 0 12 22 39 1C 14 23
Octal 155 131 110 0 22 42 71 34 24 43
Binary 1101101 1011001 1001000 0 10010 100010 111001 11100 10100 100011

Color Harmonies of #6D5948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5948

Black with #6D5948

Text Example


Text Example

White with #6D5948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,89,72); }

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

background-color css

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

 a { background-color: rgb(109,89,72); }

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

border-color css

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

 span { border-color: rgb(109,89,72); }

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