Html Css Color HEX #665B57 Dorado

📋 copy color: '#665B57'

red 102 ◦ green 91 ◦ blue 87

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

Shades of Dorado #665B57

Tints of Dorado #665B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 36.43%
G = 32.5%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#665B57 (or 0x665B57) is known color: Dorado. HEX triplet: 66, 5B and 57. RGB value is (102,91,87). Sum of RGB (Red+Green+Blue) = 102+91+87=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 102 - color contains mainly: red. Hex color #665B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B57 is #99A4A8. Grayscale: #5D5D5D. Windows color (decimal): -10069161 or 5725030. OLE color: 5725030.

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

Color convert

RGB 102 91 87 -
CMYK 0 0.11 0.15 0.6
HSL 16º 0.08% 0.37% -
HSV(B) 16º 0.15% 0.4% -
XYZ 10.94 11 10.56 -
YUV 93.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 102 91 87 0 0.11 0.15 0.6 16 0.08 0.37
Hex 66 5B 57 0 B F 3C 10 8 25
Octal 146 133 127 0 13 17 74 20 10 45
Binary 1100110 1011011 1010111 0 1011 1111 111100 10000 1000 100101

Color Harmonies of #665B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B57

Black with #665B57

Text Example


Text Example

White with #665B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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