Html Css Color HEX #665C56 Dorado

📋 copy color: '#665C56'

red 102 ◦ green 92 ◦ blue 86

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

Shades of Dorado #665C56

Tints of Dorado #665C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.86%

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

R = 36.43%
G = 32.86%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#665C56 (or 0x665C56) is known color: Dorado. HEX triplet: 66, 5C and 56. RGB value is (102,92,86). Sum of RGB (Red+Green+Blue) = 102+92+86=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 102 - color contains mainly: red. Hex color #665C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C56 is #99A3A9. Grayscale: #5E5E5E. Windows color (decimal): -10068906 or 5659750. OLE color: 5659750.

HSL color Cylindrical-coordinate representation of color #665C56: hue angle of 22.5º 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 #665C56 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 92 86 -
CMYK 0 0.10 0.16 0.6
HSL 22.5º 0.09% 0.37% -
HSV(B) 22.5º 0.16% 0.4% -
XYZ 10.99 11.15 10.38 -
YUV 94.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 102 92 86 0 0.10 0.16 0.6 22.5 0.09 0.37
Hex 66 5C 56 0 A 10 3C 16 9 25
Octal 146 134 126 0 12 20 74 26 11 45
Binary 1100110 1011100 1010110 0 1010 10000 111100 10110 1001 100101

Color Harmonies of #665C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C56

Black with #665C56

Text Example


Text Example

White with #665C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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