Html Css Color HEX #61756C Sirocco

📋 copy color: '#61756C'

red 97 ◦ green 117 ◦ blue 108

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

Shades of Sirocco #61756C

Tints of Sirocco #61756C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 30.12%
G = 36.34%
B = 33.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#61756C (or 0x61756C) is known color: Sirocco. HEX triplet: 61, 75 and 6C. RGB value is (97,117,108). Sum of RGB (Red+Green+Blue) = 97+117+108=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 117 - color contains mainly: green. Hex color #61756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61756C is #9E8A93. Grayscale: #6E6E6E. Windows color (decimal): -10390164 or 7107937. OLE color: 7107937.

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

Color convert

RGB 97 117 108 -
CMYK 0.17 0 0.08 0.54
HSL 153º 0.09% 0.42% -
HSV(B) 153º 0.17% 0.46% -
XYZ 14 16.35 16.6 -
YUV 109.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 97 117 108 0.17 0 0.08 0.54 153 0.09 0.42
Hex 61 75 6C 11 0 8 36 99 9 2A
Octal 141 165 154 21 0 10 66 231 11 52
Binary 1100001 1110101 1101100 10001 0 1000 110110 10011001 1001 101010

Color Harmonies of #61756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61756C

Black with #61756C

Text Example


Text Example

White with #61756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61756C; }

 p { color: rgb(97,117,108); }

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

background-color css

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

 a { background-color: rgb(97,117,108); }

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

border-color css

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

 span { border-color: rgb(97,117,108); }

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