Html Css Color HEX #665B56 Dorado

📋 copy color: '#665B56'

red 102 ◦ green 91 ◦ blue 86

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

Shades of Dorado #665B56

Tints of Dorado #665B56

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.62%

 BLUE value IS 86 (33.98% from 255) = 30.82%

R = 36.56%
G = 32.62%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#665B56 (or 0x665B56) is known color: Dorado. HEX triplet: 66, 5B and 56. RGB value is (102,91,86). Sum of RGB (Red+Green+Blue) = 102+91+86=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #665B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B56 is #99A4A9. Grayscale: #5D5D5D. Windows color (decimal): -10069162 or 5659494. OLE color: 5659494.

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

Color convert

RGB 102 91 86 -
CMYK 0 0.11 0.16 0.6
HSL 18.75º 0.09% 0.37% -
HSV(B) 18.75º 0.16% 0.4% -
XYZ 10.9 10.98 10.35 -
YUV 93.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 102 91 86 0 0.11 0.16 0.6 18.75 0.09 0.37
Hex 66 5B 56 0 B 10 3C 13 9 25
Octal 146 133 126 0 13 20 74 23 11 45
Binary 1100110 1011011 1010110 0 1011 10000 111100 10011 1001 100101

Color Harmonies of #665B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B56

Black with #665B56

Text Example


Text Example

White with #665B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665B56; }

 p { color: rgb(102,91,86); }

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

background-color css

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

 a { background-color: rgb(102,91,86); }

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

border-color css

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

 span { border-color: rgb(102,91,86); }

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