Html Css Color HEX #61766A Sirocco

📋 copy color: '#61766A'

red 97 ◦ green 118 ◦ blue 106

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

Shades of Sirocco #61766A

Tints of Sirocco #61766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

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

R = 30.22%
G = 36.76%
B = 33.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#61766A (or 0x61766A) is known color: Sirocco. HEX triplet: 61, 76 and 6A. RGB value is (97,118,106). Sum of RGB (Red+Green+Blue) = 97+118+106=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #61766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61766A is #9E8995. Grayscale: #6E6E6E. Windows color (decimal): -10389910 or 6977121. OLE color: 6977121.

HSL color Cylindrical-coordinate representation of color #61766A: hue angle of 145.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61766A is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 118 106 -
CMYK 0.18 0 0.10 0.54
HSL 145.71º 0.1% 0.42% -
HSV(B) 145.71º 0.18% 0.46% -
XYZ 14.01 16.54 16.09 -
YUV 110.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 97 118 106 0.18 0 0.10 0.54 145.71 0.1 0.42
Hex 61 76 6A 12 0 A 36 92 A 2A
Octal 141 166 152 22 0 12 66 222 12 52
Binary 1100001 1110110 1101010 10010 0 1010 110110 10010010 1010 101010

Color Harmonies of #61766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61766A

Black with #61766A

Text Example


Text Example

White with #61766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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