Html Css Color HEX #61796B Sirocco

📋 copy color: '#61796B'

red 97 ◦ green 121 ◦ blue 107

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

Shades of Sirocco #61796B

Tints of Sirocco #61796B

RGB

 RED value IS 97 (38.28% from 255) = 29.85%

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

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

R = 29.85%
G = 37.23%
B = 32.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#61796B (or 0x61796B) is known color: Sirocco. HEX triplet: 61, 79 and 6B. RGB value is (97,121,107). Sum of RGB (Red+Green+Blue) = 97+121+107=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #61796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61796B is #9E8694. Grayscale: #707070. Windows color (decimal): -10389141 or 7043425. OLE color: 7043425.

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

Color convert

RGB 97 121 107 -
CMYK 0.20 0 0.12 0.53
HSL 145º 0.11% 0.43% -
HSV(B) 145º 0.2% 0.47% -
XYZ 14.42 17.28 16.48 -
YUV 112.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 97 121 107 0.20 0 0.12 0.53 145 0.11 0.43
Hex 61 79 6B 14 0 C 35 91 B 2B
Octal 141 171 153 24 0 14 65 221 13 53
Binary 1100001 1111001 1101011 10100 0 1100 110101 10010001 1011 101011

Color Harmonies of #61796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61796B

Black with #61796B

Text Example


Text Example

White with #61796B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,121,107); }

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

background-color css

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

 a { background-color: rgb(97,121,107); }

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

border-color css

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

 span { border-color: rgb(97,121,107); }

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