#67605A

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

Shades of Kabul #67605A

Tints of Kabul #67605A

Color information

#67605A (or 0x67605A) is unknown color: approx Kabul. HEX triplet: 67, 60 and 5A. RGB value is (103,96,90). Sum of RGB (Red+Green+Blue) = 103+96+90=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 103 - color contains mainly: red. Hex color #67605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67605A is #989FA5. Grayscale: #616161. Windows color (decimal): -10002342 or 5922919. OLE color: 5922919.

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

Color convert

RGB1039690-
CMYK00.070.130.60
HSL27.69º6.74%37.84%-
HSV(B)27.69º12.62%40.39%-
XYZ11.6211.9911.37-
YUV97.41123.82131.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.64%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=35.64%
G=33.22%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103969000.070.130.6027.696.7437.84
Hex67605A07D3C1c726
Octal14714013207157434746
Binary1100111110000010110100111110111110011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67605A; }

 p { color: rgb(103,96,90); }

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

<style>
 a { background-color: #67605A; }

 a { background-color: rgb(103,96,90); }

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

<style>
 span { border-color: #67605A; }

 span { border-color: rgb(103,96,90); }

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