Html Css Color HEX #705F51 Kabul

📋 copy color: '#705F51'

red 112 ◦ green 95 ◦ blue 81

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

Shades of Kabul #705F51

Tints of Kabul #705F51

RGB

 RED value IS 112 (44.14% from 255) = 38.89%

 GREEN value IS 95 (37.5% from 255) = 32.99%

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

R = 38.89%
G = 32.99%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#705F51 (or 0x705F51) is known color: Kabul. HEX triplet: 70, 5F and 51. RGB value is (112,95,81). Sum of RGB (Red+Green+Blue) = 112+95+81=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #705F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F51 is #8FA0AE. Grayscale: #626262. Windows color (decimal): -9412783 or 5332848. OLE color: 5332848.

HSL color Cylindrical-coordinate representation of color #705F51: hue angle of 27.1º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705F51 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 95 81 -
CMYK 0 0.15 0.28 0.56
HSL 27.1º 0.16% 0.38% -
HSV(B) 27.1º 0.28% 0.44% -
XYZ 12.26 12.22 9.5 -
YUV 98.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 112 95 81 0 0.15 0.28 0.56 27.1 0.16 0.38
Hex 70 5F 51 0 F 1C 38 1B 10 26
Octal 160 137 121 0 17 34 70 33 20 46
Binary 1110000 1011111 1010001 0 1111 11100 111000 11011 10000 100110

Color Harmonies of #705F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F51

Black with #705F51

Text Example


Text Example

White with #705F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705F51; }

 p { color: rgb(112,95,81); }

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

background-color css

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

 a { background-color: rgb(112,95,81); }

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

border-color css

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

 span { border-color: rgb(112,95,81); }

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