#6F5A52

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

Shades of Dorado #6F5A52

Tints of Dorado #6F5A52

Color information

#6F5A52 (or 0x6F5A52) is unknown color: approx Dorado. HEX triplet: 6F, 5A and 52. RGB value is (111,90,82). Sum of RGB (Red+Green+Blue) = 111+90+82=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A52 is #90A5AD. Grayscale: #5F5F5F. Windows color (decimal): -9479598 or 5397103. OLE color: 5397103.

HSL color Cylindrical-coordinate representation of color #6F5A52: hue angle of 16.55º 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 #6F5A52 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1119082-
CMYK00.190.260.56
HSL16.55º15.03%37.84%-
HSV(B)16.55º26.13%43.53%-
XYZ11.7311.39.55-
YUV95.37120.46139.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=39.22%
G=31.80%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111908200.190.260.5616.5515.0337.84
Hex6F5A520131A3811f26
Octal1571321220233270211746
Binary11011111011010101001001001111010111000100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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