Html Css Color HEX #665949 Domino

📋 copy color: '#665949'

red 102 ◦ green 89 ◦ blue 73

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

Shades of Domino #665949

Tints of Domino #665949

RGB

 RED value IS 102 (40.23% from 255) = 38.64%

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

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

R = 38.64%
G = 33.71%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#665949 (or 0x665949) is known color: Domino. HEX triplet: 66, 59 and 49. RGB value is (102,89,73). Sum of RGB (Red+Green+Blue) = 102+89+73=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #665949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665949 is #99A6B6. Grayscale: #5B5B5B. Windows color (decimal): -10069687 or 4807014. OLE color: 4807014.

HSL color Cylindrical-coordinate representation of color #665949: hue angle of 33.1º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #665949 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 89 73 -
CMYK 0 0.13 0.28 0.6
HSL 33.1º 0.17% 0.34% -
HSV(B) 33.1º 0.28% 0.4% -
XYZ 10.25 10.45 7.78 -
YUV 91.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 102 89 73 0 0.13 0.28 0.6 33.1 0.17 0.34
Hex 66 59 49 0 D 1C 3C 21 11 22
Octal 146 131 111 0 15 34 74 41 21 42
Binary 1100110 1011001 1001001 0 1101 11100 111100 100001 10001 100010

Color Harmonies of #665949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665949

Black with #665949

Text Example


Text Example

White with #665949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665949; }

 p { color: rgb(102,89,73); }

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

background-color css

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

 a { background-color: rgb(102,89,73); }

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

border-color css

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

 span { border-color: rgb(102,89,73); }

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