Html Css Color HEX #706154 Kabul

📋 copy color: '#706154'

red 112 ◦ green 97 ◦ blue 84

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

Shades of Kabul #706154

Tints of Kabul #706154

RGB

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

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

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

R = 38.23%
G = 33.11%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#706154 (or 0x706154) is known color: Kabul. HEX triplet: 70, 61 and 54. RGB value is (112,97,84). Sum of RGB (Red+Green+Blue) = 112+97+84=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706154 is #8F9EAB. Grayscale: #646464. Windows color (decimal): -9412268 or 5529968. OLE color: 5529968.

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

Color convert

RGB 112 97 84 -
CMYK 0 0.13 0.25 0.56
HSL 27.86º 0.14% 0.38% -
HSV(B) 27.86º 0.25% 0.44% -
XYZ 12.56 12.63 10.16 -
YUV 100 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 112 97 84 0 0.13 0.25 0.56 27.86 0.14 0.38
Hex 70 61 54 0 D 19 38 1C E 26
Octal 160 141 124 0 15 31 70 34 16 46
Binary 1110000 1100001 1010100 0 1101 11001 111000 11100 1110 100110

Color Harmonies of #706154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706154

Black with #706154

Text Example


Text Example

White with #706154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706154; }

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

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

background-color css

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

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

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

border-color css

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

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

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