#6F5952

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

Shades of Dorado #6F5952

Tints of Dorado #6F5952

Color information

#6F5952 (or 0x6F5952) is unknown color: approx Dorado. HEX triplet: 6F, 59 and 52. RGB value is (111,89,82). Sum of RGB (Red+Green+Blue) = 111+89+82=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5952 is #90A6AD. Grayscale: #5E5E5E. Windows color (decimal): -9479854 or 5396847. OLE color: 5396847.

HSL color Cylindrical-coordinate representation of color #6F5952: hue angle of 14.48º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5952 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1118982-
CMYK00.200.260.56
HSL14.48º15.03%37.84%-
HSV(B)14.48º26.13%43.53%-
XYZ11.6511.139.52-
YUV94.78120.79139.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.36%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=39.36%
G=31.56%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111898200.200.260.5614.4815.0337.84
Hex6F59520141A38ef26
Octal1571311220243270161746
Binary1101111101100110100100101001101011100011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,89,82); }

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

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

 a { background-color: rgb(111,89,82); }

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

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

 span { border-color: rgb(111,89,82); }

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