#615952

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

Shades of Kabul #615952

Tints of Kabul #615952

Color information

#615952 (or 0x615952) is unknown color: approx Kabul. HEX triplet: 61, 59 and 52. RGB value is (97,89,82). Sum of RGB (Red+Green+Blue) = 97+89+82=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #615952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615952 is #9EA6AD. Grayscale: #5A5A5A. Windows color (decimal): -10397358 or 5396833. OLE color: 5396833.

HSL color Cylindrical-coordinate representation of color #615952: hue angle of 28º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #615952 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB978982-
CMYK00.080.150.62
HSL28º8.38%35.1%-
HSV(B)28º15.46%38.04%-
XYZ10.0310.39.44-
YUV90.59123.15132.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=36.19%
G=33.21%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97898200.080.150.62288.3835.1
Hex61595208F3E1c823
Octal1411311220101776341043
Binary110000110110011010010010001111111110111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615952; }

 p { color: rgb(97,89,82); }

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

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

 a { background-color: rgb(97,89,82); }

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

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

 span { border-color: rgb(97,89,82); }

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