Html Css Color HEX #68605A Kabul

📋 copy color: '#68605A'

red 104 ◦ green 96 ◦ blue 90

#68605A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kabul #68605A

Tints of Kabul #68605A

RGB

 RED value IS 104 (41.02% from 255) = 35.86%

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 35.86%
G = 33.1%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68605A (or 0x68605A) is known color: Kabul. HEX triplet: 68, 60 and 5A. RGB value is (104,96,90). Sum of RGB (Red+Green+Blue) = 104+96+90=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 104 - color contains mainly: red. Hex color #68605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68605A is #979FA5. Grayscale: #616161. Windows color (decimal): -9936806 or 5922920. OLE color: 5922920.

HSL color Cylindrical-coordinate representation of color #68605A: hue angle of 25.71º 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 #68605A is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 90 -
CMYK 0 0.08 0.13 0.59
HSL 25.71º 0.07% 0.38% -
HSV(B) 25.71º 0.13% 0.41% -
XYZ 11.74 12.05 11.38 -
YUV 97.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 104 96 90 0 0.08 0.13 0.59 25.71 0.07 0.38
Hex 68 60 5A 0 8 D 3B 1A 7 26
Octal 150 140 132 0 10 15 73 32 7 46
Binary 1101000 1100000 1011010 0 1000 1101 111011 11010 111 100110

Color Harmonies of #68605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68605A

Black with #68605A

Text Example


Text Example

White with #68605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68605A;
 }
 .AnyTagClassName
 {
   color: #68605A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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