#655954

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

Shades of Dorado #655954

Tints of Dorado #655954

Color information

#655954 (or 0x655954) is unknown color: approx Dorado. HEX triplet: 65, 59 and 54. RGB value is (101,89,84). Sum of RGB (Red+Green+Blue) = 101+89+84=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #655954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655954 is #9AA6AB. Grayscale: #5C5C5C. Windows color (decimal): -10135212 or 5527909. OLE color: 5527909.

HSL color Cylindrical-coordinate representation of color #655954: hue angle of 17.65º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #655954 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1018984-
CMYK00.120.170.60
HSL17.65º9.19%36.27%-
HSV(B)17.65º16.83%39.61%-
XYZ10.5410.559.87-
YUV92.02123.48134.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.86%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 84 (33.20% from 255) = 30.66%
R=36.86%
G=32.48%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101898400.120.170.6017.659.1936.27
Hex6559540C113C12924
Octal1451311240142174221144
Binary1100101101100110101000110010001111100100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655954; }

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

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

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

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

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

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

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

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