Html Css Color HEX #6C5D4C Domino

📋 copy color: '#6C5D4C'

red 108 ◦ green 93 ◦ blue 76

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

Shades of Domino #6C5D4C

Tints of Domino #6C5D4C

RGB

 RED value IS 108 (42.58% from 255) = 38.99%

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

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 38.99%
G = 33.57%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6C5D4C (or 0x6C5D4C) is known color: Domino. HEX triplet: 6C, 5D and 4C. RGB value is (108,93,76). Sum of RGB (Red+Green+Blue) = 108+93+76=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5D4C is #93A2B3. Grayscale: #5F5F5F. Windows color (decimal): -9675444 or 5004652. OLE color: 5004652.

HSL color Cylindrical-coordinate representation of color #6C5D4C: hue angle of 31.88º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C5D4C is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 93 76 -
CMYK 0 0.14 0.30 0.58
HSL 31.88º 0.17% 0.36% -
HSV(B) 31.88º 0.3% 0.42% -
XYZ 11.4 11.54 8.46 -
YUV 95.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 108 93 76 0 0.14 0.30 0.58 31.88 0.17 0.36
Hex 6C 5D 4C 0 E 1E 3A 20 11 24
Octal 154 135 114 0 16 36 72 40 21 44
Binary 1101100 1011101 1001100 0 1110 11110 111010 100000 10001 100100

Color Harmonies of #6C5D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5D4C

Black with #6C5D4C

Text Example


Text Example

White with #6C5D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,93,76); }

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

background-color css

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

 a { background-color: rgb(108,93,76); }

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

border-color css

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

 span { border-color: rgb(108,93,76); }

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