Html Css Color HEX #6B5C49 Domino

📋 copy color: '#6B5C49'

red 107 ◦ green 92 ◦ blue 73

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

Shades of Domino #6B5C49

Tints of Domino #6B5C49

RGB

 RED value IS 107 (42.19% from 255) = 39.34%

 GREEN value IS 92 (36.33% from 255) = 33.82%

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 39.34%
G = 33.82%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6B5C49 (or 0x6B5C49) is known color: Domino. HEX triplet: 6B, 5C and 49. RGB value is (107,92,73). Sum of RGB (Red+Green+Blue) = 107+92+73=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5C49 is #94A3B6. Grayscale: #5E5E5E. Windows color (decimal): -9741239 or 4807787. OLE color: 4807787.

HSL color Cylindrical-coordinate representation of color #6B5C49: hue angle of 33.53º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B5C49 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 92 73 -
CMYK 0 0.14 0.32 0.58
HSL 33.53º 0.19% 0.35% -
HSV(B) 33.53º 0.32% 0.42% -
XYZ 11.09 11.26 7.89 -
YUV 94.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 107 92 73 0 0.14 0.32 0.58 33.53 0.19 0.35
Hex 6B 5C 49 0 E 20 3A 22 13 23
Octal 153 134 111 0 16 40 72 42 23 43
Binary 1101011 1011100 1001001 0 1110 100000 111010 100010 10011 100011

Color Harmonies of #6B5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5C49

Black with #6B5C49

Text Example


Text Example

White with #6B5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,92,73); }

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

background-color css

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

 a { background-color: rgb(107,92,73); }

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

border-color css

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

 span { border-color: rgb(107,92,73); }

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