#6B605D

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

Shades of Dorado #6B605D

Tints of Dorado #6B605D

Color information

#6B605D (or 0x6B605D) is unknown color: approx Dorado. HEX triplet: 6B, 60 and 5D. RGB value is (107,96,93). Sum of RGB (Red+Green+Blue) = 107+96+93=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 107 - color contains mainly: red. Hex color #6B605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B605D is #949FA2. Grayscale: #626262. Windows color (decimal): -9740195 or 6119531. OLE color: 6119531.

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

Color convert

RGB1079693-
CMYK00.100.130.58
HSL12.86º7%39.22%-
HSV(B)12.86º13.08%41.96%-
XYZ12.2212.2812.08-
YUV98.95124.64133.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.15%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=36.15%
G=32.43%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107969300.100.130.5812.86739.22
Hex6B605D0AD3Ad727
Octal153140135012157215747
Binary1101011110000010111010101011011110101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,96,93); }

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

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

 a { background-color: rgb(107,96,93); }

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

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

 span { border-color: rgb(107,96,93); }

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