Html Css Color HEX #71636A Scorpion

📋 copy color: '#71636A'

red 113 ◦ green 99 ◦ blue 106

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

Shades of Scorpion #71636A

Tints of Scorpion #71636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

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

R = 35.53%
G = 31.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71636A (or 0x71636A) is known color: Scorpion. HEX triplet: 71, 63 and 6A. RGB value is (113,99,106). Sum of RGB (Red+Green+Blue) = 113+99+106=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #71636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71636A is #8E9C95. Grayscale: #676767. Windows color (decimal): -9346198 or 6972273. OLE color: 6972273.

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

Color convert

RGB 113 99 106 -
CMYK 0 0.12 0.06 0.56
HSL 330º 0.07% 0.42% -
HSV(B) 330º 0.12% 0.44% -
XYZ 13.87 13.48 15.51 -
YUV 103.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 113 99 106 0 0.12 0.06 0.56 330 0.07 0.42
Hex 71 63 6A 0 C 6 38 14A 7 2A
Octal 161 143 152 0 14 6 70 512 7 52
Binary 1110001 1100011 1101010 0 1100 110 111000 101001010 111 101010

Color Harmonies of #71636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71636A

Black with #71636A

Text Example


Text Example

White with #71636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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