Html Css Color HEX #695950 Kabul

📋 copy color: '#695950'

red 105 ◦ green 89 ◦ blue 80

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

Shades of Kabul #695950

Tints of Kabul #695950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 80 (31.64% from 255) = 29.2%

R = 38.32%
G = 32.48%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#695950 (or 0x695950) is known color: Kabul. HEX triplet: 69, 59 and 50. RGB value is (105,89,80). Sum of RGB (Red+Green+Blue) = 105+89+80=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #695950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695950 is #96A6AF. Grayscale: #5C5C5C. Windows color (decimal): -9873072 or 5265769. OLE color: 5265769.

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

Color convert

RGB 105 89 80 -
CMYK 0 0.15 0.24 0.59
HSL 21.6º 0.14% 0.36% -
HSV(B) 21.6º 0.24% 0.41% -
XYZ 10.85 10.73 9.09 -
YUV 92.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 105 89 80 0 0.15 0.24 0.59 21.6 0.14 0.36
Hex 69 59 50 0 F 18 3B 16 E 24
Octal 151 131 120 0 17 30 73 26 16 44
Binary 1101001 1011001 1010000 0 1111 11000 111011 10110 1110 100100

Color Harmonies of #695950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695950

Black with #695950

Text Example


Text Example

White with #695950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695950; }

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

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

background-color css

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

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

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

border-color css

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

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

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