#6B625A

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

Shades of Kabul #6B625A

Tints of Kabul #6B625A

Color information

#6B625A (or 0x6B625A) is unknown color: approx Kabul. HEX triplet: 6B, 62 and 5A. RGB value is (107,98,90). Sum of RGB (Red+Green+Blue) = 107+98+90=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 107 - color contains mainly: red. Hex color #6B625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B625A is #949DA5. Grayscale: #636363. Windows color (decimal): -9739686 or 5923435. OLE color: 5923435.

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

Color convert

RGB1079890-
CMYK00.080.160.58
HSL28.24º8.63%38.63%-
HSV(B)28.24º15.89%41.96%-
XYZ12.2812.611.46-
YUV99.78122.48133.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.27%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=36.27%
G=33.22%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107989000.080.160.5828.248.6338.63
Hex6B625A08103A1c927
Octal1531421320102072341147
Binary1101011110001010110100100010000111010111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,90); }

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

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

 a { background-color: rgb(107,98,90); }

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

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

 span { border-color: rgb(107,98,90); }

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