Html Css Color HEX #61746A Sirocco

📋 copy color: '#61746A'

red 97 ◦ green 116 ◦ blue 106

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

Shades of Sirocco #61746A

Tints of Sirocco #61746A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

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

R = 30.41%
G = 36.36%
B = 33.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#61746A (or 0x61746A) is known color: Sirocco. HEX triplet: 61, 74 and 6A. RGB value is (97,116,106). Sum of RGB (Red+Green+Blue) = 97+116+106=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 116 - color contains mainly: green. Hex color #61746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61746A is #9E8B95. Grayscale: #6D6D6D. Windows color (decimal): -10390422 or 6976609. OLE color: 6976609.

HSL color Cylindrical-coordinate representation of color #61746A: hue angle of 148.42º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #61746A is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 116 106 -
CMYK 0.16 0 0.09 0.55
HSL 148.42º 0.09% 0.42% -
HSV(B) 148.42º 0.16% 0.45% -
XYZ 13.78 16.07 16.01 -
YUV 109.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 97 116 106 0.16 0 0.09 0.55 148.42 0.09 0.42
Hex 61 74 6A 10 0 9 37 94 9 2A
Octal 141 164 152 20 0 11 67 224 11 52
Binary 1100001 1110100 1101010 10000 0 1001 110111 10010100 1001 101010

Color Harmonies of #61746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61746A

Black with #61746A

Text Example


Text Example

White with #61746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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