Html Css Color HEX #665955 Dorado

📋 copy color: '#665955'

red 102 ◦ green 89 ◦ blue 85

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

Shades of Dorado #665955

Tints of Dorado #665955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 36.96%
G = 32.25%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#665955 (or 0x665955) is known color: Dorado. HEX triplet: 66, 59 and 55. RGB value is (102,89,85). Sum of RGB (Red+Green+Blue) = 102+89+85=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #665955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665955 is #99A6AA. Grayscale: #5C5C5C. Windows color (decimal): -10069675 or 5593446. OLE color: 5593446.

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

Color convert

RGB 102 89 85 -
CMYK 0 0.13 0.17 0.6
HSL 14.12º 0.09% 0.37% -
HSV(B) 14.12º 0.17% 0.4% -
XYZ 10.69 10.63 10.08 -
YUV 92.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 102 89 85 0 0.13 0.17 0.6 14.12 0.09 0.37
Hex 66 59 55 0 D 11 3C E 9 25
Octal 146 131 125 0 15 21 74 16 11 45
Binary 1100110 1011001 1010101 0 1101 10001 111100 1110 1001 100101

Color Harmonies of #665955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665955

Black with #665955

Text Example


Text Example

White with #665955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665955; }

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

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

background-color css

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

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

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

border-color css

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

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

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