Html Css Color HEX #66594C Domino

📋 copy color: '#66594C'

red 102 ◦ green 89 ◦ blue 76

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

Shades of Domino #66594C

Tints of Domino #66594C

RGB

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

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

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

R = 38.2%
G = 33.33%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66594C (or 0x66594C) is known color: Domino. HEX triplet: 66, 59 and 4C. RGB value is (102,89,76). Sum of RGB (Red+Green+Blue) = 102+89+76=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #66594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66594C is #99A6B3. Grayscale: #5B5B5B. Windows color (decimal): -10069684 or 5003622. OLE color: 5003622.

HSL color Cylindrical-coordinate representation of color #66594C: hue angle of 30º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66594C is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 89 76 -
CMYK 0 0.13 0.25 0.6
HSL 30º 0.15% 0.35% -
HSV(B) 30º 0.25% 0.4% -
XYZ 10.36 10.49 8.32 -
YUV 91.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 102 89 76 0 0.13 0.25 0.6 30 0.15 0.35
Hex 66 59 4C 0 D 19 3C 1E F 23
Octal 146 131 114 0 15 31 74 36 17 43
Binary 1100110 1011001 1001100 0 1101 11001 111100 11110 1111 100011

Color Harmonies of #66594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66594C

Black with #66594C

Text Example


Text Example

White with #66594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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