#665954

Color #665954 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #665954

Tints of Dorado #665954

Color information

#665954 (or 0x665954) is unknown color: approx Dorado. HEX triplet: 66, 59 and 54. RGB value is (102,89,84). Sum of RGB (Red+Green+Blue) = 102+89+84=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #665954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665954 is #99A6AB. Grayscale: #5C5C5C. Windows color (decimal): -10069676 or 5527910. OLE color: 5527910.

HSL color Cylindrical-coordinate representation of color #665954: hue angle of 16.67º 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 #665954 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB1028984-
CMYK00.130.180.6
HSL16.67º9.68%36.47%-
HSV(B)16.67º17.65%40%-
XYZ10.6510.619.87-
YUV92.32123.31134.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=37.09%
G=32.36%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102898400.130.180.616.679.6836.47
Hex6659540D123C11a24
Octal1461311240152274211244
Binary1100110101100110101000110110010111100100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665954; }

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

 H1.HeaderClassName
 {
   color: #665954;
 }
 .AnyTagClassName
 {
   color: #665954;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #665954;
 }
 .BgClassName
 {
   background-color: #665954;
 }
</style>
border-color css

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

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

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