Html Css Color HEX #695E54 Kabul

📋 copy color: '#695E54'

red 105 ◦ green 94 ◦ blue 84

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

Shades of Kabul #695E54

Tints of Kabul #695E54

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.22%

 BLUE value IS 84 (33.2% from 255) = 29.68%

R = 37.1%
G = 33.22%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#695E54 (or 0x695E54) is known color: Kabul. HEX triplet: 69, 5E and 54. RGB value is (105,94,84). Sum of RGB (Red+Green+Blue) = 105+94+84=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #695E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E54 is #96A1AB. Grayscale: #606060. Windows color (decimal): -9871788 or 5529193. OLE color: 5529193.

HSL color Cylindrical-coordinate representation of color #695E54: hue angle of 28.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #695E54 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 94 84 -
CMYK 0 0.10 0.20 0.59
HSL 28.57º 0.11% 0.37% -
HSV(B) 28.57º 0.2% 0.41% -
XYZ 11.43 11.65 10.03 -
YUV 96.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 105 94 84 0 0.10 0.20 0.59 28.57 0.11 0.37
Hex 69 5E 54 0 A 14 3B 1D B 25
Octal 151 136 124 0 12 24 73 35 13 45
Binary 1101001 1011110 1010100 0 1010 10100 111011 11101 1011 100101

Color Harmonies of #695E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E54

Black with #695E54

Text Example


Text Example

White with #695E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,94,84); }

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

background-color css

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

 a { background-color: rgb(105,94,84); }

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

border-color css

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

 span { border-color: rgb(105,94,84); }

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