Html Css Color HEX #71606A Scorpion

📋 copy color: '#71606A'

red 113 ◦ green 96 ◦ blue 106

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

Shades of Scorpion #71606A

Tints of Scorpion #71606A

RGB

 RED value IS 113 (44.53% from 255) = 35.87%

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 35.87%
G = 30.48%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71606A (or 0x71606A) is known color: Scorpion. HEX triplet: 71, 60 and 6A. RGB value is (113,96,106). Sum of RGB (Red+Green+Blue) = 113+96+106=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #71606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71606A is #8E9F95. Grayscale: #666666. Windows color (decimal): -9346966 or 6971505. OLE color: 6971505.

HSL color Cylindrical-coordinate representation of color #71606A: hue angle of 324.71º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #71606A is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 106 -
CMYK 0 0.15 0.06 0.56
HSL 324.71º 0.08% 0.41% -
HSV(B) 324.71º 0.15% 0.44% -
XYZ 13.59 12.92 15.41 -
YUV 102.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 113 96 106 0 0.15 0.06 0.56 324.71 0.08 0.41
Hex 71 60 6A 0 F 6 38 145 8 29
Octal 161 140 152 0 17 6 70 505 10 51
Binary 1110001 1100000 1101010 0 1111 110 111000 101000101 1000 101001

Color Harmonies of #71606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71606A

Black with #71606A

Text Example


Text Example

White with #71606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71606A; }

 p { color: rgb(113,96,106); }

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

background-color css

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

 a { background-color: rgb(113,96,106); }

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

border-color css

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

 span { border-color: rgb(113,96,106); }

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