Html Css Color HEX #696158 Kabul

📋 copy color: '#696158'

red 105 ◦ green 97 ◦ blue 88

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

Shades of Kabul #696158

Tints of Kabul #696158

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 88 (34.77% from 255) = 30.34%

R = 36.21%
G = 33.45%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#696158 (or 0x696158) is known color: Kabul. HEX triplet: 69, 61 and 58. RGB value is (105,97,88). Sum of RGB (Red+Green+Blue) = 105+97+88=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #696158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696158 is #969EA7. Grayscale: #626262. Windows color (decimal): -9871016 or 5792105. OLE color: 5792105.

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

Color convert

RGB 105 97 88 -
CMYK 0 0.08 0.16 0.59
HSL 31.76º 0.09% 0.38% -
HSV(B) 31.76º 0.16% 0.41% -
XYZ 11.86 12.26 10.97 -
YUV 98.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 105 97 88 0 0.08 0.16 0.59 31.76 0.09 0.38
Hex 69 61 58 0 8 10 3B 20 9 26
Octal 151 141 130 0 10 20 73 40 11 46
Binary 1101001 1100001 1011000 0 1000 10000 111011 100000 1001 100110

Color Harmonies of #696158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696158

Black with #696158

Text Example


Text Example

White with #696158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696158; }

 p { color: rgb(105,97,88); }

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

background-color css

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

 a { background-color: rgb(105,97,88); }

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

border-color css

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

 span { border-color: rgb(105,97,88); }

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