#6F645D

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

Shades of Dorado #6F645D

Tints of Dorado #6F645D

Color information

#6F645D (or 0x6F645D) is unknown color: approx Dorado. HEX triplet: 6F, 64 and 5D. RGB value is (111,100,93). Sum of RGB (Red+Green+Blue) = 111+100+93=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F645D is #909BA2. Grayscale: #666666. Windows color (decimal): -9477027 or 6120559. OLE color: 6120559.

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

Color convert

RGB11110093-
CMYK00.100.160.56
HSL23.33º8.82%40%-
HSV(B)23.33º16.22%43.53%-
XYZ13.0913.2812.23-
YUV102.49122.64134.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=36.51%
G=32.89%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111009300.100.160.5623.338.8240
Hex6F645D0A103817928
Octal1571441350122070271150
Binary1101111110010010111010101010000111000101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,93); }

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

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

 a { background-color: rgb(111,100,93); }

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

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

 span { border-color: rgb(111,100,93); }

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