Html Css Color HEX #616965 Sirocco

📋 copy color: '#616965'

red 97 ◦ green 105 ◦ blue 101

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

Shades of Sirocco #616965

Tints of Sirocco #616965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

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

R = 32.01%
G = 34.65%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#616965 (or 0x616965) is known color: Sirocco. HEX triplet: 61, 69 and 65. RGB value is (97,105,101). Sum of RGB (Red+Green+Blue) = 97+105+101=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 105 - color contains mainly: green. Hex color #616965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616965 is #9E969A. Grayscale: #666666. Windows color (decimal): -10393243 or 6646113. OLE color: 6646113.

HSL color Cylindrical-coordinate representation of color #616965: hue angle of 150º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616965 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 105 101 -
CMYK 0.08 0 0.04 0.59
HSL 150º 0.04% 0.4% -
HSV(B) 150º 0.08% 0.41% -
XYZ 12.33 13.58 14.28 -
YUV 102.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 97 105 101 0.08 0 0.04 0.59 150 0.04 0.4
Hex 61 69 65 8 0 4 3B 96 4 28
Octal 141 151 145 10 0 4 73 226 4 50
Binary 1100001 1101001 1100101 1000 0 100 111011 10010110 100 101000

Color Harmonies of #616965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616965

Black with #616965

Text Example


Text Example

White with #616965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616965; }

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

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

background-color css

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

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

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

border-color css

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

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

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