Html Css Color HEX #70595B Falcon

📋 copy color: '#70595B'

red 112 ◦ green 89 ◦ blue 91

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

Shades of Falcon #70595B

Tints of Falcon #70595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 38.36%
G = 30.48%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70595B (or 0x70595B) is known color: Falcon. HEX triplet: 70, 59 and 5B. RGB value is (112,89,91). Sum of RGB (Red+Green+Blue) = 112+89+91=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70595B is #8FA6A4. Grayscale: #606060. Windows color (decimal): -9414309 or 5986672. OLE color: 5986672.

HSL color Cylindrical-coordinate representation of color #70595B: hue angle of 354.78º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70595B is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 91 -
CMYK 0 0.21 0.19 0.56
HSL 354.78º 0.11% 0.39% -
HSV(B) 354.78º 0.21% 0.44% -
XYZ 12.14 11.34 11.45 -
YUV 96.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 112 89 91 0 0.21 0.19 0.56 354.78 0.11 0.39
Hex 70 59 5B 0 15 13 38 163 B 27
Octal 160 131 133 0 25 23 70 543 13 47
Binary 1110000 1011001 1011011 0 10101 10011 111000 101100011 1011 100111

Color Harmonies of #70595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70595B

Black with #70595B

Text Example


Text Example

White with #70595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70595B; }

 p { color: rgb(112,89,91); }

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

background-color css

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

 a { background-color: rgb(112,89,91); }

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

border-color css

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

 span { border-color: rgb(112,89,91); }

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