#6A625B

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

Shades of Kabul #6A625B

Tints of Kabul #6A625B

Color information

#6A625B (or 0x6A625B) is unknown color: approx Kabul. HEX triplet: 6A, 62 and 5B. RGB value is (106,98,91). Sum of RGB (Red+Green+Blue) = 106+98+91=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 106 - color contains mainly: red. Hex color #6A625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A625B is #959DA4. Grayscale: #636363. Windows color (decimal): -9805221 or 5988970. OLE color: 5988970.

HSL color Cylindrical-coordinate representation of color #6A625B: hue angle of 28º 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 #6A625B is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1069891-
CMYK00.080.140.58
HSL28º7.61%38.63%-
HSV(B)28º14.15%41.57%-
XYZ12.212.5511.68-
YUV99.59123.15132.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=35.93%
G=33.22%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106989100.080.140.58287.6138.63
Hex6A625B08E3A1c827
Octal1521421330101672341047
Binary110101011000101011011010001110111010111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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