Html Css Color HEX #706052 Kabul

📋 copy color: '#706052'

red 112 ◦ green 96 ◦ blue 82

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

Shades of Kabul #706052

Tints of Kabul #706052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 82 (32.42% from 255) = 28.28%

R = 38.62%
G = 33.1%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#706052 (or 0x706052) is known color: Kabul. HEX triplet: 70, 60 and 52. RGB value is (112,96,82). Sum of RGB (Red+Green+Blue) = 112+96+82=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #706052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706052 is #8F9FAD. Grayscale: #636363. Windows color (decimal): -9412526 or 5398640. OLE color: 5398640.

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

Color convert

RGB 112 96 82 -
CMYK 0 0.14 0.27 0.56
HSL 28º 0.15% 0.38% -
HSV(B) 28º 0.27% 0.44% -
XYZ 12.39 12.42 9.73 -
YUV 99.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 112 96 82 0 0.14 0.27 0.56 28 0.15 0.38
Hex 70 60 52 0 E 1B 38 1C F 26
Octal 160 140 122 0 16 33 70 34 17 46
Binary 1110000 1100000 1010010 0 1110 11011 111000 11100 1111 100110

Color Harmonies of #706052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706052

Black with #706052

Text Example


Text Example

White with #706052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706052; }

 p { color: rgb(112,96,82); }

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

background-color css

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

 a { background-color: rgb(112,96,82); }

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

border-color css

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

 span { border-color: rgb(112,96,82); }

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