#6F6763

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

Shades of Dorado #6F6763

Tints of Dorado #6F6763

Color information

#6F6763 (or 0x6F6763) is unknown color: approx Dorado. HEX triplet: 6F, 67 and 63. RGB value is (111,103,99). Sum of RGB (Red+Green+Blue) = 111+103+99=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6763 is #90989C. Grayscale: #686868. Windows color (decimal): -9476253 or 6514543. OLE color: 6514543.

HSL color Cylindrical-coordinate representation of color #6F6763: hue angle of 20º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F6763 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11110399-
CMYK00.070.110.56
HSL20º5.71%41.18%-
HSV(B)20º10.81%43.53%-
XYZ13.6613.9813.78-
YUV104.94124.65132.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=35.46%
G=32.91%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111039900.070.110.56205.7141.18
Hex6F676307B3814629
Octal15714714307137024651
Binary1101111110011111000110111101111100010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,103,99); }

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

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

 a { background-color: rgb(111,103,99); }

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

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

 span { border-color: rgb(111,103,99); }

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