#6A635F

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

Shades of Dorado #6A635F

Tints of Dorado #6A635F

Color information

#6A635F (or 0x6A635F) is unknown color: approx Dorado. HEX triplet: 6A, 63 and 5F. RGB value is (106,99,95). Sum of RGB (Red+Green+Blue) = 106+99+95=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 106 - color contains mainly: red. Hex color #6A635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A635F is #959CA0. Grayscale: #646464. Windows color (decimal): -9804961 or 6251370. OLE color: 6251370.

HSL color Cylindrical-coordinate representation of color #6A635F: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A635F is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB1069995-
CMYK00.070.100.58
HSL21.82º5.47%39.41%-
HSV(B)21.82º10.38%41.57%-
XYZ12.4712.8112.64-
YUV100.64124.82131.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.33%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=35.33%
G=33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106999500.070.100.5821.825.4739.41
Hex6A635F07A3A16527
Octal15214313707127226547
Binary1101010110001110111110111101011101010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,99,95); }

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

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

 a { background-color: rgb(106,99,95); }

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

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

 span { border-color: rgb(106,99,95); }

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