Html Css Color HEX #60756A Sirocco

📋 copy color: '#60756A'

red 96 ◦ green 117 ◦ blue 106

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

Shades of Sirocco #60756A

Tints of Sirocco #60756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 30.09%
G = 36.68%
B = 33.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#60756A (or 0x60756A) is known color: Sirocco. HEX triplet: 60, 75 and 6A. RGB value is (96,117,106). Sum of RGB (Red+Green+Blue) = 96+117+106=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #60756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60756A is #9F8A95. Grayscale: #6D6D6D. Windows color (decimal): -10455702 or 6976864. OLE color: 6976864.

HSL color Cylindrical-coordinate representation of color #60756A: hue angle of 148.57º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60756A is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 106 -
CMYK 0.18 0 0.09 0.54
HSL 148.57º 0.1% 0.42% -
HSV(B) 148.57º 0.18% 0.46% -
XYZ 13.79 16.25 16.05 -
YUV 109.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 96 117 106 0.18 0 0.09 0.54 148.57 0.1 0.42
Hex 60 75 6A 12 0 9 36 95 A 2A
Octal 140 165 152 22 0 11 66 225 12 52
Binary 1100000 1110101 1101010 10010 0 1001 110110 10010101 1010 101010

Color Harmonies of #60756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60756A

Black with #60756A

Text Example


Text Example

White with #60756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60756A; }

 p { color: rgb(96,117,106); }

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

background-color css

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

 a { background-color: rgb(96,117,106); }

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

border-color css

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

 span { border-color: rgb(96,117,106); }

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