#69625B

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

Shades of Kabul #69625B

Tints of Kabul #69625B

Color information

#69625B (or 0x69625B) is unknown color: approx Kabul. HEX triplet: 69, 62 and 5B. RGB value is (105,98,91). Sum of RGB (Red+Green+Blue) = 105+98+91=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 105 - color contains mainly: red. Hex color #69625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69625B is #969DA4. Grayscale: #636363. Windows color (decimal): -9870757 or 5988969. OLE color: 5988969.

HSL color Cylindrical-coordinate representation of color #69625B: hue angle of 30º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #69625B is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1059891-
CMYK00.070.130.59
HSL30º7.14%38.43%-
HSV(B)30º13.33%41.18%-
XYZ12.0812.4911.67-
YUV99.29123.32132.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=35.71%
G=33.33%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105989100.070.130.59307.1438.43
Hex69625B07D3B1e726
Octal15114213307157336746
Binary1101001110001010110110111110111101111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69625B; }

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

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

<style>
 a { background-color: #69625B; }

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

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

<style>
 span { border-color: #69625B; }

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

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