#6A635B

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

Shades of Kabul #6A635B

Tints of Kabul #6A635B

Color information

#6A635B (or 0x6A635B) is unknown color: approx Kabul. HEX triplet: 6A, 63 and 5B. RGB value is (106,99,91). Sum of RGB (Red+Green+Blue) = 106+99+91=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 106 - color contains mainly: red. Hex color #6A635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A635B is #959CA4. Grayscale: #646464. Windows color (decimal): -9804965 or 5989226. OLE color: 5989226.

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

Color convert

RGB1069991-
CMYK00.070.140.58
HSL32º7.61%38.63%-
HSV(B)32º14.15%41.57%-
XYZ12.2912.7411.71-
YUV100.18122.82132.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=35.81%
G=33.45%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106999100.070.140.58327.6138.63
Hex6A635B07E3A20827
Octal152143133071672401047
Binary110101011000111011011011111101110101000001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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