Html Css Color HEX #706155 Kabul

📋 copy color: '#706155'

red 112 ◦ green 97 ◦ blue 85

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

Shades of Kabul #706155

Tints of Kabul #706155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

 BLUE value IS 85 (33.59% from 255) = 28.91%

R = 38.1%
G = 32.99%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#706155 (or 0x706155) is known color: Kabul. HEX triplet: 70, 61 and 55. RGB value is (112,97,85). Sum of RGB (Red+Green+Blue) = 112+97+85=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #706155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706155 is #8F9EAA. Grayscale: #646464. Windows color (decimal): -9412267 or 5595504. OLE color: 5595504.

HSL color Cylindrical-coordinate representation of color #706155: hue angle of 26.67º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706155 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 97 85 -
CMYK 0 0.13 0.24 0.56
HSL 26.67º 0.14% 0.39% -
HSV(B) 26.67º 0.24% 0.44% -
XYZ 12.6 12.65 10.37 -
YUV 100.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 112 97 85 0 0.13 0.24 0.56 26.67 0.14 0.39
Hex 70 61 55 0 D 18 38 1B E 27
Octal 160 141 125 0 15 30 70 33 16 47
Binary 1110000 1100001 1010101 0 1101 11000 111000 11011 1110 100111

Color Harmonies of #706155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706155

Black with #706155

Text Example


Text Example

White with #706155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706155; }

 p { color: rgb(112,97,85); }

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

background-color css

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

 a { background-color: rgb(112,97,85); }

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

border-color css

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

 span { border-color: rgb(112,97,85); }

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