Html Css Color HEX #60746B Sirocco

📋 copy color: '#60746B'

red 96 ◦ green 116 ◦ blue 107

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

Shades of Sirocco #60746B

Tints of Sirocco #60746B

RGB

 RED value IS 96 (37.89% from 255) = 30.09%

 GREEN value IS 116 (45.7% from 255) = 36.36%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 30.09%
G = 36.36%
B = 33.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#60746B (or 0x60746B) is known color: Sirocco. HEX triplet: 60, 74 and 6B. RGB value is (96,116,107). Sum of RGB (Red+Green+Blue) = 96+116+107=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 116 - color contains mainly: green. Hex color #60746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60746B is #9F8B94. Grayscale: #6D6D6D. Windows color (decimal): -10455957 or 7042144. OLE color: 7042144.

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

Color convert

RGB 96 116 107 -
CMYK 0.17 0 0.08 0.55
HSL 153º 0.09% 0.42% -
HSV(B) 153º 0.17% 0.45% -
XYZ 13.72 16.04 16.28 -
YUV 108.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 96 116 107 0.17 0 0.08 0.55 153 0.09 0.42
Hex 60 74 6B 11 0 8 37 99 9 2A
Octal 140 164 153 21 0 10 67 231 11 52
Binary 1100000 1110100 1101011 10001 0 1000 110111 10011001 1001 101010

Color Harmonies of #60746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60746B

Black with #60746B

Text Example


Text Example

White with #60746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60746B; }

 p { color: rgb(96,116,107); }

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

background-color css

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

 a { background-color: rgb(96,116,107); }

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

border-color css

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

 span { border-color: rgb(96,116,107); }

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