#6F5850

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

Shades of Dorado #6F5850

Tints of Dorado #6F5850

Color information

#6F5850 (or 0x6F5850) is unknown color: approx Dorado. HEX triplet: 6F, 58 and 50. RGB value is (111,88,80). Sum of RGB (Red+Green+Blue) = 111+88+80=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5850 is #90A7AF. Grayscale: #5E5E5E. Windows color (decimal): -9480112 or 5265519. OLE color: 5265519.

HSL color Cylindrical-coordinate representation of color #6F5850: hue angle of 15.48º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5850 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1118880-
CMYK00.210.280.56
HSL15.48º16.23%37.45%-
HSV(B)15.48º27.93%43.53%-
XYZ11.4910.949.09-
YUV93.96120.12140.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.78%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=39.78%
G=31.54%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111888000.210.280.5615.4816.2337.45
Hex6F58500151C38f1025
Octal1571301200253470172045
Binary11011111011000101000001010111100111000111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,80); }

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

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

 a { background-color: rgb(111,88,80); }

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

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

 span { border-color: rgb(111,88,80); }

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