#656362

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

Shades of Dorado #656362

Tints of Dorado #656362

Color information

#656362 (or 0x656362) is unknown color: approx Dorado. HEX triplet: 65, 63 and 62. RGB value is (101,99,98). Sum of RGB (Red+Green+Blue) = 101+99+98=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 101 - color contains mainly: red. Hex color #656362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656362 is #9A9C9D. Grayscale: #636363. Windows color (decimal): -10132638 or 6447973. OLE color: 6447973.

HSL color Cylindrical-coordinate representation of color #656362: hue angle of 20º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #656362 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB1019998-
CMYK00.020.030.60
HSL20º1.51%39.02%-
HSV(B)20º2.97%39.61%-
XYZ12.0312.5713.35-
YUV99.48127.16129.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=33.89%
G=33.22%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101999800.020.030.60201.5139.02
Hex6563620233C14227
Octal1451431420237424247
Binary110010111000111100010010111111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656362; }

 p { color: rgb(101,99,98); }

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

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

 a { background-color: rgb(101,99,98); }

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

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

 span { border-color: rgb(101,99,98); }

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