#6B5851

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

Shades of Dorado #6B5851

Tints of Dorado #6B5851

Color information

#6B5851 (or 0x6B5851) is unknown color: approx Dorado. HEX triplet: 6B, 58 and 51. RGB value is (107,88,81). Sum of RGB (Red+Green+Blue) = 107+88+81=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5851 is #94A7AE. Grayscale: #5C5C5C. Windows color (decimal): -9742255 or 5331051. OLE color: 5331051.

HSL color Cylindrical-coordinate representation of color #6B5851: hue angle of 16.15º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5851 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1078881-
CMYK00.180.240.58
HSL16.15º13.83%36.86%-
HSV(B)16.15º24.3%41.96%-
XYZ11.0410.79.27-
YUV92.88121.29138.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.77%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=38.77%
G=31.88%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107888100.180.240.5816.1513.8336.86
Hex6B5851012183A10e25
Octal1531301210223072201645
Binary11010111011000101000101001011000111010100001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,81); }

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

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

 a { background-color: rgb(107,88,81); }

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

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

 span { border-color: rgb(107,88,81); }

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