Html Css Color HEX #736369 Scorpion

📋 copy color: '#736369'

red 115 ◦ green 99 ◦ blue 105

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

Shades of Scorpion #736369

Tints of Scorpion #736369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 36.05%
G = 31.03%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#736369 (or 0x736369) is known color: Scorpion. HEX triplet: 73, 63 and 69. RGB value is (115,99,105). Sum of RGB (Red+Green+Blue) = 115+99+105=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #736369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736369 is #8C9C96. Grayscale: #686868. Windows color (decimal): -9215127 or 6906739. OLE color: 6906739.

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

Color convert

RGB 115 99 105 -
CMYK 0 0.14 0.09 0.55
HSL 337.5º 0.07% 0.42% -
HSV(B) 337.5º 0.14% 0.45% -
XYZ 14.08 13.59 15.25 -
YUV 104.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 115 99 105 0 0.14 0.09 0.55 337.5 0.07 0.42
Hex 73 63 69 0 E 9 37 152 7 2A
Octal 163 143 151 0 16 11 67 522 7 52
Binary 1110011 1100011 1101001 0 1110 1001 110111 101010010 111 101010

Color Harmonies of #736369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736369

Black with #736369

Text Example


Text Example

White with #736369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736369; }

 p { color: rgb(115,99,105); }

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

background-color css

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

 a { background-color: rgb(115,99,105); }

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

border-color css

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

 span { border-color: rgb(115,99,105); }

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