#67615B

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

Shades of Kabul #67615B

Tints of Kabul #67615B

Color information

#67615B (or 0x67615B) is unknown color: approx Kabul. HEX triplet: 67, 61 and 5B. RGB value is (103,97,91). Sum of RGB (Red+Green+Blue) = 103+97+91=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 103 - color contains mainly: red. Hex color #67615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67615B is #989EA4. Grayscale: #626262. Windows color (decimal): -10002085 or 5988711. OLE color: 5988711.

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

Color convert

RGB1039791-
CMYK00.060.120.60
HSL30º6.19%38.04%-
HSV(B)30º11.65%40.39%-
XYZ11.7612.1911.63-
YUV98.11123.99131.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=35.40%
G=33.33%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103979100.060.120.60306.1938.04
Hex67615B06C3C1e626
Octal14714113306147436646
Binary1100111110000110110110110110011110011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,97,91); }

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

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

 a { background-color: rgb(103,97,91); }

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

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

 span { border-color: rgb(103,97,91); }

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