Html Css Color HEX #61756A Sirocco

📋 copy color: '#61756A'

red 97 ◦ green 117 ◦ blue 106

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

Shades of Sirocco #61756A

Tints of Sirocco #61756A

RGB

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

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

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

R = 30.31%
G = 36.56%
B = 33.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#61756A (or 0x61756A) is known color: Sirocco. HEX triplet: 61, 75 and 6A. RGB value is (97,117,106). Sum of RGB (Red+Green+Blue) = 97+117+106=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #61756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61756A is #9E8A95. Grayscale: #6D6D6D. Windows color (decimal): -10390166 or 6976865. OLE color: 6976865.

HSL color Cylindrical-coordinate representation of color #61756A: hue angle of 147º 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 #61756A is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 106 -
CMYK 0.17 0 0.09 0.54
HSL 147º 0.09% 0.42% -
HSV(B) 147º 0.17% 0.46% -
XYZ 13.89 16.3 16.05 -
YUV 109.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 97 117 106 0.17 0 0.09 0.54 147 0.09 0.42
Hex 61 75 6A 11 0 9 36 93 9 2A
Octal 141 165 152 21 0 11 66 223 11 52
Binary 1100001 1110101 1101010 10001 0 1001 110110 10010011 1001 101010

Color Harmonies of #61756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61756A

Black with #61756A

Text Example


Text Example

White with #61756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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