Html Css Color HEX #696059 Kabul

📋 copy color: '#696059'

red 105 ◦ green 96 ◦ blue 89

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

Shades of Kabul #696059

Tints of Kabul #696059

RGB

 RED value IS 105 (41.41% from 255) = 36.21%

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

 BLUE value IS 89 (35.16% from 255) = 30.69%

R = 36.21%
G = 33.1%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#696059 (or 0x696059) is known color: Kabul. HEX triplet: 69, 60 and 59. RGB value is (105,96,89). Sum of RGB (Red+Green+Blue) = 105+96+89=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #696059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696059 is #969FA6. Grayscale: #616161. Windows color (decimal): -9871271 or 5857385. OLE color: 5857385.

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

Color convert

RGB 105 96 89 -
CMYK 0 0.09 0.15 0.59
HSL 26.25º 0.08% 0.38% -
HSV(B) 26.25º 0.15% 0.41% -
XYZ 11.81 12.09 11.16 -
YUV 97.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 105 96 89 0 0.09 0.15 0.59 26.25 0.08 0.38
Hex 69 60 59 0 9 F 3B 1A 8 26
Octal 151 140 131 0 11 17 73 32 10 46
Binary 1101001 1100000 1011001 0 1001 1111 111011 11010 1000 100110

Color Harmonies of #696059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696059

Black with #696059

Text Example


Text Example

White with #696059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696059; }

 p { color: rgb(105,96,89); }

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

background-color css

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

 a { background-color: rgb(105,96,89); }

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

border-color css

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

 span { border-color: rgb(105,96,89); }

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