#68625C

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

Shades of Kabul #68625C

Tints of Kabul #68625C

Color information

#68625C (or 0x68625C) is unknown color: approx Kabul. HEX triplet: 68, 62 and 5C. RGB value is (104,98,92). Sum of RGB (Red+Green+Blue) = 104+98+92=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #68625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68625C is #979DA3. Grayscale: #636363. Windows color (decimal): -9936292 or 6054504. OLE color: 6054504.

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

Color convert

RGB1049892-
CMYK00.060.120.59
HSL30º6.12%38.43%-
HSV(B)30º11.54%40.78%-
XYZ12.0112.4511.9-
YUV99.11123.99131.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=35.37%
G=33.33%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104989200.060.120.59306.1238.43
Hex68625C06C3B1e626
Octal15014213406147336646
Binary1101000110001010111000110110011101111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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