#6A6360

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

Shades of Dorado #6A6360

Tints of Dorado #6A6360

Color information

#6A6360 (or 0x6A6360) is unknown color: approx Dorado. HEX triplet: 6A, 63 and 60. RGB value is (106,99,96). Sum of RGB (Red+Green+Blue) = 106+99+96=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6360 is #959C9F. Grayscale: #646464. Windows color (decimal): -9804960 or 6316906. OLE color: 6316906.

HSL color Cylindrical-coordinate representation of color #6A6360: hue angle of 18º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A6360 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB1069996-
CMYK00.070.090.58
HSL18º4.95%39.61%-
HSV(B)18º9.43%41.57%-
XYZ12.5212.8312.88-
YUV100.75125.32131.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=35.22%
G=32.89%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106999600.070.090.58184.9539.61
Hex6A63600793A12528
Octal15214314007117222550
Binary1101010110001111000000111100111101010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6360; }

 p { color: rgb(106,99,96); }

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

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

 a { background-color: rgb(106,99,96); }

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

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

 span { border-color: rgb(106,99,96); }

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