#68615A

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

Shades of Kabul #68615A

Tints of Kabul #68615A

Color information

#68615A (or 0x68615A) is unknown color: approx Kabul. HEX triplet: 68, 61 and 5A. RGB value is (104,97,90). Sum of RGB (Red+Green+Blue) = 104+97+90=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #68615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68615A is #979EA5. Grayscale: #626262. Windows color (decimal): -9936550 or 5923176. OLE color: 5923176.

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

Color convert

RGB1049790-
CMYK00.070.130.59
HSL30º7.22%38.04%-
HSV(B)30º13.46%40.78%-
XYZ11.8312.2311.41-
YUV98.3123.32132.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=35.74%
G=33.33%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104979000.070.130.59307.2238.04
Hex68615A07D3B1e726
Octal15014113207157336746
Binary1101000110000110110100111110111101111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,97,90); }

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

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

 a { background-color: rgb(104,97,90); }

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

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

 span { border-color: rgb(104,97,90); }

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