Html Css Color HEX #665849 Domino

📋 copy color: '#665849'

red 102 ◦ green 88 ◦ blue 73

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

Shades of Domino #665849

Tints of Domino #665849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.46%

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

R = 38.78%
G = 33.46%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#665849 (or 0x665849) is known color: Domino. HEX triplet: 66, 58 and 49. RGB value is (102,88,73). Sum of RGB (Red+Green+Blue) = 102+88+73=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #665849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665849 is #99A7B6. Grayscale: #5A5A5A. Windows color (decimal): -10069943 or 4806758. OLE color: 4806758.

HSL color Cylindrical-coordinate representation of color #665849: hue angle of 31.03º 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 #665849 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 88 73 -
CMYK 0 0.14 0.28 0.6
HSL 31.03º 0.17% 0.34% -
HSV(B) 31.03º 0.28% 0.4% -
XYZ 10.17 10.29 7.75 -
YUV 90.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 102 88 73 0 0.14 0.28 0.6 31.03 0.17 0.34
Hex 66 58 49 0 E 1C 3C 1F 11 22
Octal 146 130 111 0 16 34 74 37 21 42
Binary 1100110 1011000 1001001 0 1110 11100 111100 11111 10001 100010

Color Harmonies of #665849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665849

Black with #665849

Text Example


Text Example

White with #665849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665849; }

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

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

background-color css

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

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

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

border-color css

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

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

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