#67635F

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

Shades of Kabul #67635F

Tints of Kabul #67635F

Color information

#67635F (or 0x67635F) is unknown color: approx Kabul. HEX triplet: 67, 63 and 5F. RGB value is (103,99,95). Sum of RGB (Red+Green+Blue) = 103+99+95=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 103 - color contains mainly: red. Hex color #67635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67635F is #989CA0. Grayscale: #636363. Windows color (decimal): -10001569 or 6251367. OLE color: 6251367.

HSL color Cylindrical-coordinate representation of color #67635F: hue angle of 30º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #67635F is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1039995-
CMYK00.040.080.60
HSL30º4.04%38.82%-
HSV(B)30º7.77%40.39%-
XYZ12.1212.6312.63-
YUV99.74125.33130.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.68%
GREEN value IS 99 (39.06% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=34.68%
G=33.33%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103999500.040.080.60304.0438.82
Hex67635F0483C1e427
Octal14714313704107436447
Binary1100111110001110111110100100011110011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67635F; }

 p { color: rgb(103,99,95); }

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

<style>
 a { background-color: #67635F; }

 a { background-color: rgb(103,99,95); }

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

<style>
 span { border-color: #67635F; }

 span { border-color: rgb(103,99,95); }

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