#6B635D

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

Shades of Dorado #6B635D

Tints of Dorado #6B635D

Color information

#6B635D (or 0x6B635D) is unknown color: approx Dorado. HEX triplet: 6B, 63 and 5D. RGB value is (107,99,93). Sum of RGB (Red+Green+Blue) = 107+99+93=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 107 - color contains mainly: red. Hex color #6B635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B635D is #949CA2. Grayscale: #646464. Windows color (decimal): -9739427 or 6120299. OLE color: 6120299.

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

Color convert

RGB1079993-
CMYK00.070.130.58
HSL25.71º7%39.22%-
HSV(B)25.71º13.08%41.96%-
XYZ12.512.8412.18-
YUV100.71123.65132.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.79%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=35.79%
G=33.11%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107999300.070.130.5825.71739.22
Hex6B635D07D3A1a727
Octal15314313507157232747
Binary1101011110001110111010111110111101011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,99,93); }

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

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

 a { background-color: rgb(107,99,93); }

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

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

 span { border-color: rgb(107,99,93); }

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