#6F6762

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

Shades of Dorado #6F6762

Tints of Dorado #6F6762

Color information

#6F6762 (or 0x6F6762) is unknown color: approx Dorado. HEX triplet: 6F, 67 and 62. RGB value is (111,103,98). Sum of RGB (Red+Green+Blue) = 111+103+98=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6762 is #90989D. Grayscale: #686868. Windows color (decimal): -9476254 or 6449007. OLE color: 6449007.

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

Color convert

RGB11110398-
CMYK00.070.120.56
HSL23.08º6.22%40.98%-
HSV(B)23.08º11.71%43.53%-
XYZ13.6113.9613.53-
YUV104.82124.15132.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=35.58%
G=33.01%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111039800.070.120.5623.086.2240.98
Hex6F676207C3817629
Octal15714714207147027651
Binary1101111110011111000100111110011100010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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