#67625D

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

Shades of Kabul #67625D

Tints of Kabul #67625D

Color information

#67625D (or 0x67625D) is unknown color: approx Kabul. HEX triplet: 67, 62 and 5D. RGB value is (103,98,93). Sum of RGB (Red+Green+Blue) = 103+98+93=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 103 - color contains mainly: red. Hex color #67625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67625D is #989DA2. Grayscale: #626262. Windows color (decimal): -10001827 or 6120039. OLE color: 6120039.

HSL color Cylindrical-coordinate representation of color #67625D: hue angle of 30º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #67625D is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1039893-
CMYK00.050.100.60
HSL30º5.1%38.43%-
HSV(B)30º9.71%40.39%-
XYZ11.9412.4112.12-
YUV98.92124.66130.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.03%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=35.03%
G=33.33%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103989300.050.100.60305.138.43
Hex67625D05A3C1e526
Octal14714213505127436546
Binary1100111110001010111010101101011110011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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