Html Css Color HEX #616967 William

📋 copy color: '#616967'

red 97 ◦ green 105 ◦ blue 103

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

Shades of William #616967

Tints of William #616967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.77%

R = 31.8%
G = 34.43%
B = 33.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#616967 (or 0x616967) is known color: William. HEX triplet: 61, 69 and 67. RGB value is (97,105,103). Sum of RGB (Red+Green+Blue) = 97+105+103=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 105 - color contains mainly: green. Hex color #616967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616967 is #9E9698. Grayscale: #666666. Windows color (decimal): -10393241 or 6777185. OLE color: 6777185.

HSL color Cylindrical-coordinate representation of color #616967: hue angle of 165º 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 #616967 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 105 103 -
CMYK 0.08 0 0.02 0.59
HSL 165º 0.04% 0.4% -
HSV(B) 165º 0.08% 0.41% -
XYZ 12.43 13.62 14.81 -
YUV 102.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 97 105 103 0.08 0 0.02 0.59 165 0.04 0.4
Hex 61 69 67 8 0 2 3B A5 4 28
Octal 141 151 147 10 0 2 73 245 4 50
Binary 1100001 1101001 1100111 1000 0 10 111011 10100101 100 101000

Color Harmonies of #616967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616967

Black with #616967

Text Example


Text Example

White with #616967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616967; }

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

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

background-color css

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

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

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

border-color css

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

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

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