Html Css Color HEX #736568 Scorpion

📋 copy color: '#736568'

red 115 ◦ green 101 ◦ blue 104

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

Shades of Scorpion #736568

Tints of Scorpion #736568

RGB

 RED value IS 115 (45.31% from 255) = 35.94%

 GREEN value IS 101 (39.84% from 255) = 31.56%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 35.94%
G = 31.56%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#736568 (or 0x736568) is known color: Scorpion. HEX triplet: 73, 65 and 68. RGB value is (115,101,104). Sum of RGB (Red+Green+Blue) = 115+101+104=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #736568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736568 is #8C9A97. Grayscale: #696969. Windows color (decimal): -9214616 or 6841715. OLE color: 6841715.

HSL color Cylindrical-coordinate representation of color #736568: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #736568 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 101 104 -
CMYK 0 0.12 0.10 0.55
HSL 347.14º 0.06% 0.42% -
HSV(B) 347.14º 0.12% 0.45% -
XYZ 14.22 13.95 15.04 -
YUV 105.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 115 101 104 0 0.12 0.10 0.55 347.14 0.06 0.42
Hex 73 65 68 0 C A 37 15B 6 2A
Octal 163 145 150 0 14 12 67 533 6 52
Binary 1110011 1100101 1101000 0 1100 1010 110111 101011011 110 101010

Color Harmonies of #736568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736568

Black with #736568

Text Example


Text Example

White with #736568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736568; }

 p { color: rgb(115,101,104); }

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

background-color css

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

 a { background-color: rgb(115,101,104); }

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

border-color css

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

 span { border-color: rgb(115,101,104); }

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