Html Css Color HEX #60796A Sirocco

📋 copy color: '#60796A'

red 96 ◦ green 121 ◦ blue 106

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

Shades of Sirocco #60796A

Tints of Sirocco #60796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.46%

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

R = 29.72%
G = 37.46%
B = 32.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#60796A (or 0x60796A) is known color: Sirocco. HEX triplet: 60, 79 and 6A. RGB value is (96,121,106). Sum of RGB (Red+Green+Blue) = 96+121+106=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #60796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60796A is #9F8695. Grayscale: #6F6F6F. Windows color (decimal): -10454678 or 6977888. OLE color: 6977888.

HSL color Cylindrical-coordinate representation of color #60796A: hue angle of 144º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60796A is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 121 106 -
CMYK 0.21 0 0.12 0.53
HSL 144º 0.12% 0.43% -
HSV(B) 144º 0.21% 0.47% -
XYZ 14.26 17.2 16.2 -
YUV 111.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 96 121 106 0.21 0 0.12 0.53 144 0.12 0.43
Hex 60 79 6A 15 0 C 35 90 C 2B
Octal 140 171 152 25 0 14 65 220 14 53
Binary 1100000 1111001 1101010 10101 0 1100 110101 10010000 1100 101011

Color Harmonies of #60796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60796A

Black with #60796A

Text Example


Text Example

White with #60796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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