#6D6763

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

Shades of Dorado #6D6763

Tints of Dorado #6D6763

Color information

#6D6763 (or 0x6D6763) is unknown color: approx Dorado. HEX triplet: 6D, 67 and 63. RGB value is (109,103,99). Sum of RGB (Red+Green+Blue) = 109+103+99=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6763 is #92989C. Grayscale: #686868. Windows color (decimal): -9607325 or 6514541. OLE color: 6514541.

HSL color Cylindrical-coordinate representation of color #6D6763: hue angle of 24º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D6763 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB10910399-
CMYK00.060.090.57
HSL24º4.81%40.78%-
HSV(B)24º9.17%42.75%-
XYZ13.4113.8513.77-
YUV104.34124.99131.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.05%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 99 (39.06% from 255) = 31.83%
R=35.05%
G=33.12%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091039900.060.090.57244.8140.78
Hex6D67630693918529
Octal15514714306117130551
Binary1101101110011111000110110100111100111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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