Html Css Color HEX #665E5C Dorado

📋 copy color: '#665E5C'

red 102 ◦ green 94 ◦ blue 92

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

Shades of Dorado #665E5C

Tints of Dorado #665E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.64%

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 35.42%
G = 32.64%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#665E5C (or 0x665E5C) is known color: Dorado. HEX triplet: 66, 5E and 5C. RGB value is (102,94,92). Sum of RGB (Red+Green+Blue) = 102+94+92=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 102 - color contains mainly: red. Hex color #665E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E5C is #99A1A3. Grayscale: #606060. Windows color (decimal): -10068388 or 6053478. OLE color: 6053478.

HSL color Cylindrical-coordinate representation of color #665E5C: hue angle of 12º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #665E5C is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 94 92 -
CMYK 0 0.08 0.10 0.6
HSL 12º 0.05% 0.38% -
HSV(B) 12º 0.1% 0.4% -
XYZ 11.41 11.6 11.76 -
YUV 96.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 102 94 92 0 0.08 0.10 0.6 12 0.05 0.38
Hex 66 5E 5C 0 8 A 3C C 5 26
Octal 146 136 134 0 10 12 74 14 5 46
Binary 1100110 1011110 1011100 0 1000 1010 111100 1100 101 100110

Color Harmonies of #665E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E5C

Black with #665E5C

Text Example


Text Example

White with #665E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,94,92); }

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

background-color css

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

 a { background-color: rgb(102,94,92); }

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

border-color css

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

 span { border-color: rgb(102,94,92); }

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