Html Css Color HEX #736269 Scorpion

📋 copy color: '#736269'

red 115 ◦ green 98 ◦ blue 105

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

Shades of Scorpion #736269

Tints of Scorpion #736269

RGB

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

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

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

R = 36.16%
G = 30.82%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#736269 (or 0x736269) is known color: Scorpion. HEX triplet: 73, 62 and 69. RGB value is (115,98,105). Sum of RGB (Red+Green+Blue) = 115+98+105=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #736269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736269 is #8C9D96. Grayscale: #676767. Windows color (decimal): -9215383 or 6906483. OLE color: 6906483.

HSL color Cylindrical-coordinate representation of color #736269: hue angle of 335.29º 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 #736269 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 98 105 -
CMYK 0 0.15 0.09 0.55
HSL 335.29º 0.08% 0.42% -
HSV(B) 335.29º 0.15% 0.45% -
XYZ 13.99 13.4 15.21 -
YUV 103.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 115 98 105 0 0.15 0.09 0.55 335.29 0.08 0.42
Hex 73 62 69 0 F 9 37 14F 8 2A
Octal 163 142 151 0 17 11 67 517 10 52
Binary 1110011 1100010 1101001 0 1111 1001 110111 101001111 1000 101010

Color Harmonies of #736269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736269

Black with #736269

Text Example


Text Example

White with #736269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736269; }

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

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

background-color css

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

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

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

border-color css

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

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

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