Html Css Color HEX #736268 Scorpion

📋 copy color: '#736268'

red 115 ◦ green 98 ◦ blue 104

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

Shades of Scorpion #736268

Tints of Scorpion #736268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

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

R = 36.28%
G = 30.91%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#736268 (or 0x736268) is known color: Scorpion. HEX triplet: 73, 62 and 68. RGB value is (115,98,104). Sum of RGB (Red+Green+Blue) = 115+98+104=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 115 - color contains mainly: red. Hex color #736268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736268 is #8C9D97. Grayscale: #676767. Windows color (decimal): -9215384 or 6840947. OLE color: 6840947.

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

Color convert

RGB 115 98 104 -
CMYK 0 0.15 0.10 0.55
HSL 338.82º 0.08% 0.42% -
HSV(B) 338.82º 0.15% 0.45% -
XYZ 13.94 13.38 14.94 -
YUV 103.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 115 98 104 0 0.15 0.10 0.55 338.82 0.08 0.42
Hex 73 62 68 0 F A 37 153 8 2A
Octal 163 142 150 0 17 12 67 523 10 52
Binary 1110011 1100010 1101000 0 1111 1010 110111 101010011 1000 101010

Color Harmonies of #736268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736268

Black with #736268

Text Example


Text Example

White with #736268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736268; }

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

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

background-color css

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

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

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

border-color css

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

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

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