Html Css Color HEX #695A51 Kabul

📋 copy color: '#695A51'

red 105 ◦ green 90 ◦ blue 81

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

Shades of Kabul #695A51

Tints of Kabul #695A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

 BLUE value IS 81 (32.03% from 255) = 29.35%

R = 38.04%
G = 32.61%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#695A51 (or 0x695A51) is known color: Kabul. HEX triplet: 69, 5A and 51. RGB value is (105,90,81). Sum of RGB (Red+Green+Blue) = 105+90+81=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #695A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A51 is #96A5AE. Grayscale: #5D5D5D. Windows color (decimal): -9872815 or 5331561. OLE color: 5331561.

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

Color convert

RGB 105 90 81 -
CMYK 0 0.14 0.23 0.59
HSL 22.5º 0.13% 0.36% -
HSV(B) 22.5º 0.23% 0.41% -
XYZ 10.97 10.91 9.31 -
YUV 93.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 105 90 81 0 0.14 0.23 0.59 22.5 0.13 0.36
Hex 69 5A 51 0 E 17 3B 16 D 24
Octal 151 132 121 0 16 27 73 26 15 44
Binary 1101001 1011010 1010001 0 1110 10111 111011 10110 1101 100100

Color Harmonies of #695A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A51

Black with #695A51

Text Example


Text Example

White with #695A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,90,81); }

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

background-color css

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

 a { background-color: rgb(105,90,81); }

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

border-color css

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

 span { border-color: rgb(105,90,81); }

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