Html Css Color HEX #617465 Sirocco

📋 copy color: '#617465'

red 97 ◦ green 116 ◦ blue 101

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

Shades of Sirocco #617465

Tints of Sirocco #617465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 30.89%
G = 36.94%
B = 32.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#617465 (or 0x617465) is known color: Sirocco. HEX triplet: 61, 74 and 65. RGB value is (97,116,101). Sum of RGB (Red+Green+Blue) = 97+116+101=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #617465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617465 is #9E8B9A. Grayscale: #6C6C6C. Windows color (decimal): -10390427 or 6648929. OLE color: 6648929.

HSL color Cylindrical-coordinate representation of color #617465: hue angle of 132.63º 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 #617465 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 116 101 -
CMYK 0.16 0 0.13 0.55
HSL 132.63º 0.09% 0.42% -
HSV(B) 132.63º 0.16% 0.45% -
XYZ 13.52 15.97 14.68 -
YUV 108.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 97 116 101 0.16 0 0.13 0.55 132.63 0.09 0.42
Hex 61 74 65 10 0 D 37 85 9 2A
Octal 141 164 145 20 0 15 67 205 11 52
Binary 1100001 1110100 1100101 10000 0 1101 110111 10000101 1001 101010

Color Harmonies of #617465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617465

Black with #617465

Text Example


Text Example

White with #617465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617465; }

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

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

background-color css

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

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

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

border-color css

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

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

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