Html Css Color HEX #665D58 Dorado

📋 copy color: '#665D58'

red 102 ◦ green 93 ◦ blue 88

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

Shades of Dorado #665D58

Tints of Dorado #665D58

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.86%

 BLUE value IS 88 (34.77% from 255) = 31.1%

R = 36.04%
G = 32.86%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#665D58 (or 0x665D58) is known color: Dorado. HEX triplet: 66, 5D and 58. RGB value is (102,93,88). Sum of RGB (Red+Green+Blue) = 102+93+88=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D58 is #99A2A7. Grayscale: #5F5F5F. Windows color (decimal): -10068648 or 5791078. OLE color: 5791078.

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

Color convert

RGB 102 93 88 -
CMYK 0 0.09 0.14 0.6
HSL 21.43º 0.07% 0.37% -
HSV(B) 21.43º 0.14% 0.4% -
XYZ 11.16 11.36 10.84 -
YUV 95.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 102 93 88 0 0.09 0.14 0.6 21.43 0.07 0.37
Hex 66 5D 58 0 9 E 3C 15 7 25
Octal 146 135 130 0 11 16 74 25 7 45
Binary 1100110 1011101 1011000 0 1001 1110 111100 10101 111 100101

Color Harmonies of #665D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D58

Black with #665D58

Text Example


Text Example

White with #665D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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