#6C605B

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

Shades of Dorado #6C605B

Tints of Dorado #6C605B

Color information

#6C605B (or 0x6C605B) is unknown color: approx Dorado. HEX triplet: 6C, 60 and 5B. RGB value is (108,96,91). Sum of RGB (Red+Green+Blue) = 108+96+91=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 108 - color contains mainly: red. Hex color #6C605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C605B is #939FA4. Grayscale: #636363. Windows color (decimal): -9674661 or 5988460. OLE color: 5988460.

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

Color convert

RGB1089691-
CMYK00.110.160.58
HSL17.65º8.54%39.02%-
HSV(B)17.65º15.74%42.35%-
XYZ12.2612.3111.63-
YUV99.02123.48134.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=36.61%
G=32.54%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108969100.110.160.5817.658.5439.02
Hex6C605B0B103A12927
Octal1541401330132072221147
Binary1101100110000010110110101110000111010100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,96,91); }

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

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

 a { background-color: rgb(108,96,91); }

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

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

 span { border-color: rgb(108,96,91); }

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