#68625D

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

Shades of Kabul #68625D

Tints of Kabul #68625D

Color information

#68625D (or 0x68625D) is unknown color: approx Kabul. HEX triplet: 68, 62 and 5D. RGB value is (104,98,93). Sum of RGB (Red+Green+Blue) = 104+98+93=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #68625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68625D is #979DA2. Grayscale: #636363. Windows color (decimal): -9936291 or 6120040. OLE color: 6120040.

HSL color Cylindrical-coordinate representation of color #68625D: hue angle of 27.27º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #68625D is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1049893-
CMYK00.060.110.59
HSL27.27º5.58%38.63%-
HSV(B)27.27º10.58%40.78%-
XYZ12.0512.4712.13-
YUV99.22124.49131.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=35.25%
G=33.22%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104989300.060.110.5927.275.5838.63
Hex68625D06B3B1b627
Octal15014213506137333647
Binary1101000110001010111010110101111101111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68625D; }

 p { color: rgb(104,98,93); }

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

<style>
 a { background-color: #68625D; }

 a { background-color: rgb(104,98,93); }

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

<style>
 span { border-color: #68625D; }

 span { border-color: rgb(104,98,93); }

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