Html Css Color HEX #665A54 Dorado

📋 copy color: '#665A54'

red 102 ◦ green 90 ◦ blue 84

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

Shades of Dorado #665A54

Tints of Dorado #665A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

 BLUE value IS 84 (33.2% from 255) = 30.43%

R = 36.96%
G = 32.61%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#665A54 (or 0x665A54) is known color: Dorado. HEX triplet: 66, 5A and 54. RGB value is (102,90,84). Sum of RGB (Red+Green+Blue) = 102+90+84=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #665A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A54 is #99A5AB. Grayscale: #5C5C5C. Windows color (decimal): -10069420 or 5528166. OLE color: 5528166.

HSL color Cylindrical-coordinate representation of color #665A54: hue angle of 20º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665A54 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 90 84 -
CMYK 0 0.12 0.18 0.6
HSL 20º 0.1% 0.36% -
HSV(B) 20º 0.18% 0.4% -
XYZ 10.74 10.78 9.9 -
YUV 92.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 102 90 84 0 0.12 0.18 0.6 20 0.1 0.36
Hex 66 5A 54 0 C 12 3C 14 A 24
Octal 146 132 124 0 14 22 74 24 12 44
Binary 1100110 1011010 1010100 0 1100 10010 111100 10100 1010 100100

Color Harmonies of #665A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A54

Black with #665A54

Text Example


Text Example

White with #665A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,90,84); }

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

background-color css

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

 a { background-color: rgb(102,90,84); }

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

border-color css

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

 span { border-color: rgb(102,90,84); }

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