Html Css Color HEX #695C51 Kabul

📋 copy color: '#695C51'

red 105 ◦ green 92 ◦ blue 81

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

Shades of Kabul #695C51

Tints of Kabul #695C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

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

R = 37.77%
G = 33.09%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#695C51 (or 0x695C51) is known color: Kabul. HEX triplet: 69, 5C and 51. RGB value is (105,92,81). Sum of RGB (Red+Green+Blue) = 105+92+81=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #695C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C51 is #96A3AE. Grayscale: #5E5E5E. Windows color (decimal): -9872303 or 5332073. OLE color: 5332073.

HSL color Cylindrical-coordinate representation of color #695C51: hue angle of 27.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 #695C51 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 92 81 -
CMYK 0 0.12 0.23 0.59
HSL 27.5º 0.13% 0.36% -
HSV(B) 27.5º 0.23% 0.41% -
XYZ 11.14 11.25 9.37 -
YUV 94.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 105 92 81 0 0.12 0.23 0.59 27.5 0.13 0.36
Hex 69 5C 51 0 C 17 3B 1C D 24
Octal 151 134 121 0 14 27 73 34 15 44
Binary 1101001 1011100 1010001 0 1100 10111 111011 11100 1101 100100

Color Harmonies of #695C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C51

Black with #695C51

Text Example


Text Example

White with #695C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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