Html Css Color HEX #695B50 Kabul

📋 copy color: '#695B50'

red 105 ◦ green 91 ◦ blue 80

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

Shades of Kabul #695B50

Tints of Kabul #695B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

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

R = 38.04%
G = 32.97%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#695B50 (or 0x695B50) is known color: Kabul. HEX triplet: 69, 5B and 50. RGB value is (105,91,80). Sum of RGB (Red+Green+Blue) = 105+91+80=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #695B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B50 is #96A4AF. Grayscale: #5D5D5D. Windows color (decimal): -9872560 or 5266281. OLE color: 5266281.

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

Color convert

RGB 105 91 80 -
CMYK 0 0.13 0.24 0.59
HSL 26.4º 0.14% 0.36% -
HSV(B) 26.4º 0.24% 0.41% -
XYZ 11.01 11.06 9.14 -
YUV 93.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 105 91 80 0 0.13 0.24 0.59 26.4 0.14 0.36
Hex 69 5B 50 0 D 18 3B 1A E 24
Octal 151 133 120 0 15 30 73 32 16 44
Binary 1101001 1011011 1010000 0 1101 11000 111011 11010 1110 100100

Color Harmonies of #695B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B50

Black with #695B50

Text Example


Text Example

White with #695B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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