#6F645C

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

Shades of Dorado #6F645C

Tints of Dorado #6F645C

Color information

#6F645C (or 0x6F645C) is unknown color: approx Dorado. HEX triplet: 6F, 64 and 5C. RGB value is (111,100,92). Sum of RGB (Red+Green+Blue) = 111+100+92=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F645C is #909BA3. Grayscale: #666666. Windows color (decimal): -9477028 or 6055023. OLE color: 6055023.

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

Color convert

RGB11110092-
CMYK00.100.170.56
HSL25.26º9.36%39.8%-
HSV(B)25.26º17.12%43.53%-
XYZ13.0413.2712-
YUV102.38122.14134.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.63%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=36.63%
G=33.00%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111009200.100.170.5625.269.3639.8
Hex6F645C0A113819928
Octal1571441340122170311150
Binary1101111110010010111000101010001111000110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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