#6B615D

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

Shades of Dorado #6B615D

Tints of Dorado #6B615D

Color information

#6B615D (or 0x6B615D) is unknown color: approx Dorado. HEX triplet: 6B, 61 and 5D. RGB value is (107,97,93). Sum of RGB (Red+Green+Blue) = 107+97+93=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 107 - color contains mainly: red. Hex color #6B615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B615D is #949EA2. Grayscale: #636363. Windows color (decimal): -9739939 or 6119787. OLE color: 6119787.

HSL color Cylindrical-coordinate representation of color #6B615D: hue angle of 17.14º 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 #6B615D is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB1079793-
CMYK00.090.130.58
HSL17.14º7%39.22%-
HSV(B)17.14º13.08%41.96%-
XYZ12.3112.4712.11-
YUV99.53124.31133.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.03%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=36.03%
G=32.66%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107979300.090.130.5817.14739.22
Hex6B615D09D3A11727
Octal153141135011157221747
Binary11010111100001101110101001110111101010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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