Html Css Color HEX #736069 Scorpion

📋 copy color: '#736069'

red 115 ◦ green 96 ◦ blue 105

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

Shades of Scorpion #736069

Tints of Scorpion #736069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.38%

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

R = 36.39%
G = 30.38%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#736069 (or 0x736069) is known color: Scorpion. HEX triplet: 73, 60 and 69. RGB value is (115,96,105). Sum of RGB (Red+Green+Blue) = 115+96+105=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736069 is #8C9F96. Grayscale: #666666. Windows color (decimal): -9215895 or 6905971. OLE color: 6905971.

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

Color convert

RGB 115 96 105 -
CMYK 0 0.17 0.09 0.55
HSL 331.58º 0.09% 0.41% -
HSV(B) 331.58º 0.17% 0.45% -
XYZ 13.8 13.03 15.15 -
YUV 102.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 115 96 105 0 0.17 0.09 0.55 331.58 0.09 0.41
Hex 73 60 69 0 11 9 37 14C 9 29
Octal 163 140 151 0 21 11 67 514 11 51
Binary 1110011 1100000 1101001 0 10001 1001 110111 101001100 1001 101001

Color Harmonies of #736069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736069

Black with #736069

Text Example


Text Example

White with #736069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736069; }

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

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

background-color css

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

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

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

border-color css

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

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

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