#6F625C

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

Shades of Dorado #6F625C

Tints of Dorado #6F625C

Color information

#6F625C (or 0x6F625C) is unknown color: approx Dorado. HEX triplet: 6F, 62 and 5C. RGB value is (111,98,92). Sum of RGB (Red+Green+Blue) = 111+98+92=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F625C is #909DA3. Grayscale: #656565. Windows color (decimal): -9477540 or 6054511. OLE color: 6054511.

HSL color Cylindrical-coordinate representation of color #6F625C: hue angle of 18.95º 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 #6F625C is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1119892-
CMYK00.120.170.56
HSL18.95º9.36%39.8%-
HSV(B)18.95º17.12%43.53%-
XYZ12.8512.8911.94-
YUV101.2122.81134.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=36.88%
G=32.56%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111989200.120.170.5618.959.3639.8
Hex6F625C0C113813928
Octal1571421340142170231150
Binary1101111110001010111000110010001111000100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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