Html Css Color HEX #706153 Kabul

📋 copy color: '#706153'

red 112 ◦ green 97 ◦ blue 83

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

Shades of Kabul #706153

Tints of Kabul #706153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.42%

R = 38.36%
G = 33.22%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#706153 (or 0x706153) is known color: Kabul. HEX triplet: 70, 61 and 53. RGB value is (112,97,83). Sum of RGB (Red+Green+Blue) = 112+97+83=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706153 is #8F9EAC. Grayscale: #636363. Windows color (decimal): -9412269 or 5464432. OLE color: 5464432.

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

Color convert

RGB 112 97 83 -
CMYK 0 0.13 0.26 0.56
HSL 28.97º 0.15% 0.38% -
HSV(B) 28.97º 0.26% 0.44% -
XYZ 12.52 12.62 9.96 -
YUV 99.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 112 97 83 0 0.13 0.26 0.56 28.97 0.15 0.38
Hex 70 61 53 0 D 1A 38 1D F 26
Octal 160 141 123 0 15 32 70 35 17 46
Binary 1110000 1100001 1010011 0 1101 11010 111000 11101 1111 100110

Color Harmonies of #706153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706153

Black with #706153

Text Example


Text Example

White with #706153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706153; }

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

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

background-color css

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

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

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

border-color css

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

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

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